#include <stdio.h>#include <stdlib.h>#include <time.h>#include <math.h>#include <SDL.h>#include <SDL_thread.h>#include <SDL_image.h>#include <SDL_mixer.h>#include <string>#include <set>#include <map>#include <list>#include <vector>#include <deque>#include <algorithm>#include <iostream>#include <fstream>#include "mpeg/smpeg.h"#include "itoa.h"#include "arsdebug.h"#include "interpret.h"#include "arsexception.h"#include "arssound.h"#include "xrect.h"#include "arsrgbcolor.h"#include "CfgHandler.h"#include "exprint.h"#include "arsfontengine.h"#include "arsmessages.h"#include "arstimer.h"#include "arsobject.h"#include "arspaint.h"#include "arswindow.h"#include "arsgraf.h"#include "arsform.h"#include "arsrsrc.h"#include "arsview.h"#include "xbox.h"#include "xlabel.h"#include "xbutton.h"#include "xbuttonimage.h"#include "ximage.h"#include "xgroupbox.h"#include "xcheckbox.h"#include "xeditbox.h"#include "xscrollbar.h"#include "xprogress.h"#include "xlistbox.h"#include "xdropdown.h"#include "xmpeg.h"#include "xtextbox.h"#include "arstooltip.h"Include dependency graph for SdlArs.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Ars |
Data Structures | |
| class | IgnoreCaseTraits |
Defines | |
| #define | __SDL_MAIN_H__ |
| #define | StartMain(a) |
Typedefs | |
| typedef basic_string< char, IgnoreCaseTraits< char >, allocator< char > > | icstring |
| typedef Ars::Window *(* | cbObjCreateType )(const icstring &name) |
Variables | |
| ofstream | tron |
| icstring | EmptyString |
| Ars::RGBColor | ArsText_color |
| Ars::RGBColor | ArsBack_color |
|
|
|
|
|
Value: const int TofMain( const int argc , char **argv ) \ { \ extern ArsApplication *_mainApp_; \ _mainApp_ = (ArsApplication *)new a( argc , argv ); \ _mainApp_->Init(); \ _mainApp_->Exec(); \ int ans = _mainApp_->ExitCode(); \ delete _mainApp_; \ MessageServer *ins = &MessageServer::Instance(); \ if( ins ) \ delete ins; \ ins = 0; \ return ans; \ } |
|
|
Definition at line 90 of file SdlArs.h. Referenced by Ars::ArsApplication::ArsApplication(), and MainGame::SetupWindow(). |
|
|
|
Definition at line 88 of file SdlArs.h. Referenced by Ars::ArsApplication::GenDefaultCfg(), and Ars::ArsApplication::Init(). |
|
|
Definition at line 88 of file SdlArs.h. Referenced by Ars::ArsApplication::GenDefaultCfg(), and Ars::ArsApplication::Init(). |
|
|
|
|
1.3.3