1 2 3 4 5 6 7 8 9
#pragma once #include <crepe/api/Script.h> class EndGameScript : public crepe::Script { public: void init(); void fixed_update(crepe::duration_t dt); };