This commit is contained in:
parent
62b65083c6
commit
8a8cba72ab
4 changed files with 25 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
Includes
|
||||
-------- */
|
||||
|
||||
#if defined(__VERSION_DEBUG__)
|
||||
|
||||
#include "paul\scenesel.h"
|
||||
|
||||
#ifndef __GFX_FONT_H__
|
||||
|
@ -285,6 +287,11 @@ void CSceneSelector::selectScene(int _scene)
|
|||
GameState::setNextScene(s_sceneList[_scene]);
|
||||
}
|
||||
|
||||
#else
|
||||
void SceneSelTestDummyStub()
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
/*===========================================================================
|
||||
end */
|
Loading…
Add table
Add a link
Reference in a new issue