Regenerated global headers
Former-commit-id: cc09fa7dea265d096fa280a54b4c1f10fc4c37d9
This commit is contained in:
parent
ab1fc99fcd
commit
2686fe86a0
|
|
@ -1,4 +1,4 @@
|
|||
// This file was automatically generated on 20 Feb 2013 at 17:02:32
|
||||
// This file was automatically generated on 02 Mar 2013 at 01:32:01
|
||||
|
||||
/*
|
||||
Nazara Engine - 2D module
|
||||
|
|
@ -31,5 +31,6 @@
|
|||
|
||||
#include <Nazara/2D/2D.hpp>
|
||||
#include <Nazara/2D/Config.hpp>
|
||||
#include <Nazara/2D/Drawable.hpp>
|
||||
|
||||
#endif // NAZARA_GLOBAL_2D_HPP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// This file was automatically generated on 20 Feb 2013 at 17:02:32
|
||||
// This file was automatically generated on 02 Mar 2013 at 01:32:01
|
||||
|
||||
/*
|
||||
Nazara Engine - 3D module
|
||||
|
|
@ -35,6 +35,7 @@
|
|||
#include <Nazara/3D/Enums.hpp>
|
||||
#include <Nazara/3D/Light.hpp>
|
||||
#include <Nazara/3D/Model.hpp>
|
||||
#include <Nazara/3D/RenderQueue.hpp>
|
||||
#include <Nazara/3D/Scene.hpp>
|
||||
#include <Nazara/3D/SceneNode.hpp>
|
||||
#include <Nazara/3D/SceneRoot.hpp>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// This file was automatically generated by Nazara
|
||||
// This file was automatically generated on 02 Mar 2013 at 01:32:01
|
||||
|
||||
/*
|
||||
Nazara Engine - Audio module
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// This file was automatically generated by Nazara
|
||||
// This file was automatically generated on 02 Mar 2013 at 01:32:01
|
||||
|
||||
/*
|
||||
Nazara Engine - Core module
|
||||
|
|
@ -55,6 +55,7 @@
|
|||
#include <Nazara/Core/MemoryStream.hpp>
|
||||
#include <Nazara/Core/Mutex.hpp>
|
||||
#include <Nazara/Core/NonCopyable.hpp>
|
||||
#include <Nazara/Core/PluginManager.hpp>
|
||||
#include <Nazara/Core/Resource.hpp>
|
||||
#include <Nazara/Core/ResourceListener.hpp>
|
||||
#include <Nazara/Core/ResourceLoader.hpp>
|
||||
|
|
@ -66,5 +67,6 @@
|
|||
#include <Nazara/Core/Thread.hpp>
|
||||
#include <Nazara/Core/Tuple.hpp>
|
||||
#include <Nazara/Core/Unicode.hpp>
|
||||
#include <Nazara/Core/Updatable.hpp>
|
||||
|
||||
#endif // NAZARA_GLOBAL_CORE_HPP
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// This file was automatically generated by Nazara
|
||||
// This file was automatically generated on 02 Mar 2013 at 01:32:01
|
||||
|
||||
/*
|
||||
Nazara Engine - Mathematics module
|
||||
|
|
@ -31,12 +31,18 @@
|
|||
#define NAZARA_GLOBAL_MATH_HPP
|
||||
|
||||
#include <Nazara/Math/Basic.hpp>
|
||||
#include <Nazara/Math/BoundingBox.hpp>
|
||||
#include <Nazara/Math/Config.hpp>
|
||||
#include <Nazara/Math/Cube.hpp>
|
||||
#include <Nazara/Math/Enums.hpp>
|
||||
#include <Nazara/Math/EulerAngles.hpp>
|
||||
#include <Nazara/Math/Frustum.hpp>
|
||||
#include <Nazara/Math/Matrix4.hpp>
|
||||
#include <Nazara/Math/OrientedCube.hpp>
|
||||
#include <Nazara/Math/Plane.hpp>
|
||||
#include <Nazara/Math/Quaternion.hpp>
|
||||
#include <Nazara/Math/Rect.hpp>
|
||||
#include <Nazara/Math/Sphere.hpp>
|
||||
#include <Nazara/Math/Vector2.hpp>
|
||||
#include <Nazara/Math/Vector3.hpp>
|
||||
#include <Nazara/Math/Vector4.hpp>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// This file was automatically generated by Nazara
|
||||
// This file was automatically generated on 02 Mar 2013 at 01:32:01
|
||||
|
||||
/*
|
||||
Nazara Engine - Noise module
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// This file was automatically generated by Nazara
|
||||
// This file was automatically generated on 02 Mar 2013 at 01:32:01
|
||||
|
||||
/*
|
||||
Nazara Engine - Renderer module
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// This file was automatically generated by Nazara
|
||||
// This file was automatically generated on 02 Mar 2013 at 01:32:01
|
||||
|
||||
/*
|
||||
Nazara Engine - Window module
|
||||
|
|
@ -30,7 +30,6 @@
|
|||
#define NAZARA_GLOBAL_UTILITY_HPP
|
||||
|
||||
#include <Nazara/Utility/Animation.hpp>
|
||||
#include <Nazara/Utility/AxisAlignedBox.hpp>
|
||||
#include <Nazara/Utility/Buffer.hpp>
|
||||
#include <Nazara/Utility/BufferImpl.hpp>
|
||||
#include <Nazara/Utility/BufferMapper.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue