4 lines
52 B
C++
4 lines
52 B
C++
|
|
#include "global.h"
|
||
|
|
namespace global {
|
||
|
|
bool Exit;
|
||
|
|
}
|