- [NEW] game::windowHasFocus

This commit is contained in:
2023-10-19 18:57:02 +02:00
parent ccb2f3fbca
commit 720c15d03a
2 changed files with 9 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
#include "jfile.h"
namespace game
{
extern bool windowHasFocus;
void setUpdateTicks(const int ticks);
void init();