[nostalgia] Make almost everyting noexcept
This commit is contained in:
@@ -24,6 +24,7 @@ enum Key {
|
||||
GamePad_L = 512,
|
||||
};
|
||||
|
||||
[[nodiscard]] bool buttonDown(Key);
|
||||
[[nodiscard]]
|
||||
bool buttonDown(Key) noexcept;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user