1 2 3 4 5 6
#include "EndGameScript.h" void EndGameScript::fixed_update(crepe::duration_t dt) { logf("EndGameScript::fixed_update"); // ... }