mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 05:28:43 -04:00
ed7fa8f2c5
UI will automatically open on boot and will not launch the game if there is no valid iso path specified in the config. Can optionally be disabled on future game launches.
10 lines
148 B
C++
10 lines
148 B
C++
#ifndef DUSK_MAIN_H
|
|
#define DUSK_MAIN_H
|
|
|
|
namespace dusk {
|
|
extern bool IsShuttingDown;
|
|
extern bool IsGameLaunched;
|
|
}
|
|
|
|
#endif // DUSK_MAIN_H
|