6e8fbca745
match the genesis editor version 1.3.0.653.
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 |