5 lines
69 B
C++
5 lines
69 B
C++
#include "global.h"
|
|
namespace global {
|
|
bool Exit;
|
|
int MaxPlayers;
|
|
} |