// CamelotRenderer.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "OgreBuildSettings.h" #include "OgreColourValue.h" #include "OgreConfig.h" #include "OgreMath.h" #include "OgreMatrix3.h" #include "OgreMatrix4.h" #include "OgrePlane.h" #include "OgrePlatform.h" #include "OgrePrerequisites.h" #include "OgreQuaternion.h" #include "OgreSharedPtr.h" #include "OgreString.h" #include "OgreStringConverter.h" #include "OgreStringVector.h" #include "OgreThreadDefines.h" #include "OgreVector2.h" #include "OgreVector3.h" #include "OgreVector4.h" #include "OgreHardwareBuffer.h" #include "OgreD3D9Prerequisites.h" #include "OgreD3D9VideoMode.h" int _tmain(int argc, _TCHAR* argv[]) { return 0; }