aboutsummaryrefslogtreecommitdiff
path: root/game/EndGameScript.h
blob: b63ac9dfa6bd959764be5ccdd0511a994743a063 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include <crepe/api/Script.h>

class EndGameScript : public crepe::Script {
public:
	void fixed_update(crepe::duration_t dt);
};