aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/api/Script.h')
-rw-r--r--src/crepe/api/Script.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Script.h b/src/crepe/api/Script.h
index b5d3dd2..65306cd 100644
--- a/src/crepe/api/Script.h
+++ b/src/crepe/api/Script.h
@@ -150,7 +150,7 @@ protected:
* \return Keycode state (true if pressed, false if not pressed).
*
*/
- bool get_key_state(Keycode key) const;
+ bool get_key_state(Keycode key) const noexcept;
//! \}
private: