genesis-3d_engine/Engine/players/Demo/Common/PageExportFunction.h
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

18 lines
444 B
C++

/** \file: PageExportFunction.h
* \brief:
* Copyright (c) 2011,WebJet Enterprise Department.ChangYou
* All rights reserved.
* Date Ver Who Comment
* 2011/11/21 1.0 SunHao
*/
#ifndef __PAGEEXPORTFUNCTION_H__
#define __PAGEEXPORTFUNCTION_H__
namespace Demo
{
void Toggle( int iNum );
char* GetCarmerPos( void );
void LoadLogic(const char* pFilePath="logic:preBuild.glogic" );
}
#endif // __PAGEEXPORTFUNCTION_H__