diff options
Diffstat (limited to 'game/EndGameScript.h')
-rw-r--r-- | game/EndGameScript.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/game/EndGameScript.h b/game/EndGameScript.h new file mode 100644 index 0000000..b63ac9d --- /dev/null +++ b/game/EndGameScript.h @@ -0,0 +1,8 @@ +#pragma once + +#include <crepe/api/Script.h> + +class EndGameScript : public crepe::Script { +public: + void fixed_update(crepe::duration_t dt); +}; |