#include <cmath>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include "popassert.h"
#include "CColor.h"
#include "CVector3f.h"
#include "CVectBase.h"
#include "compute.h"
#include "CMathExpression.h"
#include "CRenderObj.h"
#include "CCommand.h"
#include "CCommandExecutor.h"
#include "CCommandParser.h"
Go to the source code of this file.
Classes | |
| class | CSingletonHandler |
| This is the class that takes care of the singletons used by the console interface. More... | |
Variables | |
| static CSingletonHandler | singletonHandler |
| Static instance of the CSingletonHandler so that the destructor will be called at the end of the program. | |
It frees the singleton at the end of the program.
Definition in file CSingletonHandler.cpp.
1.5.4