11 lines
134 B
C++
11 lines
134 B
C++
|
#include "stdneb.h"
|
|||
|
#include "editstatus.h"
|
|||
|
|
|||
|
#if __EDIT_STATUS__
|
|||
|
|
|||
|
namespace App
|
|||
|
{
|
|||
|
bool EditStatus::bPlayingGame = false;
|
|||
|
}
|
|||
|
|
|||
|
#endif
|