Files
dusklight/include/dusk/main.h
T
2026-04-19 10:02:55 -06:00

12 lines
206 B
C++

#ifndef DUSK_MAIN_H
#define DUSK_MAIN_H
namespace dusk {
extern bool IsRunning;
extern bool IsShuttingDown;
extern bool IsGameLaunched;
extern bool IsFocusPaused;
}
#endif // DUSK_MAIN_H