![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
#include "GraphicsSystem.h"
#include "GameState.h"
#include "GameEntity.h"
#include <OGRE/OgreRoot.h>
#include <OGRE/OgreException.h>
#include <OGRE/OgreConfigFile.h>
#include <OGRE/OgreCamera.h>
#include <OGRE/OgreItem.h>
#include <OGRE/Hlms/Unlit/OgreHlmsUnlit.h>
#include <OGRE/Hlms/Pbs/OgreHlmsPbs.h>
#include <OGRE/OgreHlmsManager.h>
#include <OGRE/OgreArchiveManager.h>
#include <OGRE/Compositor/OgreCompositorManager2.h>
#include <OGRE/Overlay/OgreOverlaySystem.h>
#include <OGRE/Overlay/OgreOverlayManager.h>
#include <OGRE/OgreTextureGpuManager.h>
#include <OGRE/OgreWindowEventUtilities.h>
#include <OGRE/OgreWindow.h>
#include <OGRE/OgreFileSystemLayer.h>
#include <OGRE/OgreHlmsDiskCache.h>
#include <OGRE/OgreGpuProgramManager.h>
#include <OGRE/OgreLogManager.h>
#include <OGRE/OgrePlatformInformation.h>
#include "components/diagnostics/logger/logger.h"
#include "components/settings/config/config.h"
#include "core.h"
#include <fstream>
#include "OSX/macUtils.h"
#include "System/iOS/iOSUtils.h"
Classes | |
struct | Demo::GameEntityCmp |
Namespaces | |
Demo | |