genesis-3d_engine/Engine/app/appframework/editstatus.cc
zhongdaohuan 6e8fbca745 genesis-3d engine version 1.3.
match the genesis editor version 1.3.0.653.
2014-05-05 14:50:33 +08:00

11 lines
134 B
C++

#include "stdneb.h"
#include "editstatus.h"
#if __EDIT_STATUS__
namespace App
{
bool EditStatus::bPlayingGame = false;
}
#endif