aboutsummaryrefslogtreecommitdiff
path: root/game/EndGameScript.h
blob: 3b1970ac6492202498cc462c3cc51ecda6941683 (plain)
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);
};