aboutsummaryrefslogtreecommitdiff
path: root/game/EndGameScript.cpp
blob: 4d7b5fddee2b798cc68c9f29c74094c49d866408 (plain)
1
2
3
4
5
6
#include "EndGameScript.h"

void EndGameScript::fixed_update(crepe::duration_t dt) {
	logf("EndGameScript::fixed_update");
	// ...
}