- statFPS() doesn't need to be in GameInterface.

This commit is contained in:
Mitchell Richters 2023-10-31 14:38:30 +11:00
parent 2797919f2c
commit 5220a57f78
3 changed files with 8 additions and 21 deletions

View file

@ -15,6 +15,8 @@
EXTERN_CVAR(Bool, hud_textfont)
extern cycle_t drawtime, actortime, thinktime, gameupdatetime;
extern bool sendsave;
extern FString savedescription;
extern FString savegamefile;