Mover user_pointer into subdir.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3580 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
70a924c105
commit
83a032a27e
@ -763,10 +763,6 @@
|
|||||||
RelativePath="../../../src\user_config.hpp"
|
RelativePath="../../../src\user_config.hpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\user_pointer.hpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\vec3.hpp"
|
RelativePath="..\..\vec3.hpp"
|
||||||
>
|
>
|
||||||
@ -1118,6 +1114,10 @@
|
|||||||
RelativePath="..\..\physics\triangle_mesh.hpp"
|
RelativePath="..\..\physics\triangle_mesh.hpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\physics\user_pointer.hpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="karts"
|
Name="karts"
|
||||||
|
@ -25,8 +25,8 @@
|
|||||||
using namespace irr;
|
using namespace irr;
|
||||||
#include "btBulletDynamicsCommon.h"
|
#include "btBulletDynamicsCommon.h"
|
||||||
|
|
||||||
#include "user_pointer.hpp"
|
|
||||||
#include "physics/kart_motion_state.hpp"
|
#include "physics/kart_motion_state.hpp"
|
||||||
|
#include "physics/user_pointer.hpp"
|
||||||
#include "utils/vec3.hpp"
|
#include "utils/vec3.hpp"
|
||||||
|
|
||||||
class Material;
|
class Material;
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
using namespace irr;
|
using namespace irr;
|
||||||
|
|
||||||
#include "btBulletDynamicsCommon.h"
|
#include "btBulletDynamicsCommon.h"
|
||||||
#include "user_pointer.hpp"
|
#include "physics/user_pointer.hpp"
|
||||||
|
|
||||||
class Vec3;
|
class Vec3;
|
||||||
class scene::IAnimatedMesh;
|
class scene::IAnimatedMesh;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "bullet/Demos/OpenGL/GLDebugDrawer.h"
|
#include "bullet/Demos/OpenGL/GLDebugDrawer.h"
|
||||||
#include "bullet/Demos/OpenGL/GL_ShapeDrawer.h"
|
#include "bullet/Demos/OpenGL/GL_ShapeDrawer.h"
|
||||||
|
|
||||||
#include "user_pointer.hpp"
|
#include "physics/user_pointer.hpp"
|
||||||
|
|
||||||
class Vec3;
|
class Vec3;
|
||||||
class Kart;
|
class Kart;
|
||||||
|
@ -21,9 +21,10 @@
|
|||||||
#define HEADER_TRIANGLE_MESH_HPP
|
#define HEADER_TRIANGLE_MESH_HPP
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "user_pointer.hpp"
|
|
||||||
#include "btBulletDynamicsCommon.h"
|
#include "btBulletDynamicsCommon.h"
|
||||||
|
|
||||||
|
#include "physics/user_pointer.hpp"
|
||||||
|
|
||||||
class Material;
|
class Material;
|
||||||
|
|
||||||
/** A special class to store a triangle mesh with a separate material
|
/** A special class to store a triangle mesh with a separate material
|
||||||
|
Loading…
x
Reference in New Issue
Block a user