Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Macros
Scene.hpp File Reference
#include "LoginScreen/LoginScreen.hpp"

Go to the source code of this file.

Classes

class  Scene
 

Macros

#define EXIT_SCENE()   do { System::SceneFailed = true; delete this; return; } while(0)
 
#define SCENE_EXIT   0
 
#define SCENE_NEED_REDRAW   1
 
#define SCENE_NO_REDRAW   -1
 

Macro Definition Documentation

#define EXIT_SCENE ( )    do { System::SceneFailed = true; delete this; return; } while(0)
#define SCENE_EXIT   0
#define SCENE_NEED_REDRAW   1
#define SCENE_NO_REDRAW   -1