mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-28 07:54:51 -04:00
9 lines
116 B
C++
9 lines
116 B
C++
#ifndef DUSK_MAIN_H
|
|
#define DUSK_MAIN_H
|
|
|
|
namespace dusk {
|
|
extern bool IsShuttingDown;
|
|
}
|
|
|
|
#endif // DUSK_MAIN_H
|