Regenerated global headers
Former-commit-id: 36bc6f9b3f71af890c98c2d9f2e716382bcfda7b
This commit is contained in:
parent
f74f9e964e
commit
8460a96744
|
|
@ -1,4 +1,4 @@
|
||||||
// This file was automatically generated on 21 May 2013 at 13:57:27
|
// This file was automatically generated on 09 Jun 2013 at 11:23:10
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Nazara Engine - Core module
|
Nazara Engine - Core module
|
||||||
|
|
@ -56,6 +56,8 @@
|
||||||
#include <Nazara/Core/Mutex.hpp>
|
#include <Nazara/Core/Mutex.hpp>
|
||||||
#include <Nazara/Core/NonCopyable.hpp>
|
#include <Nazara/Core/NonCopyable.hpp>
|
||||||
#include <Nazara/Core/PluginManager.hpp>
|
#include <Nazara/Core/PluginManager.hpp>
|
||||||
|
#include <Nazara/Core/Primitive.hpp>
|
||||||
|
#include <Nazara/Core/PrimitiveList.hpp>
|
||||||
#include <Nazara/Core/Resource.hpp>
|
#include <Nazara/Core/Resource.hpp>
|
||||||
#include <Nazara/Core/ResourceListener.hpp>
|
#include <Nazara/Core/ResourceListener.hpp>
|
||||||
#include <Nazara/Core/ResourceLoader.hpp>
|
#include <Nazara/Core/ResourceLoader.hpp>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// This file was automatically generated on 07 Apr 2013 at 02:09:05
|
// This file was automatically generated on 09 Jun 2013 at 11:23:10
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Nazara Engine - Graphics module
|
Nazara Engine - Graphics module
|
||||||
|
|
@ -29,12 +29,16 @@
|
||||||
#ifndef NAZARA_GLOBAL_GRAPHICS_HPP
|
#ifndef NAZARA_GLOBAL_GRAPHICS_HPP
|
||||||
#define NAZARA_GLOBAL_GRAPHICS_HPP
|
#define NAZARA_GLOBAL_GRAPHICS_HPP
|
||||||
|
|
||||||
|
#include <Nazara/Graphics/AbstractRenderQueue.hpp>
|
||||||
|
#include <Nazara/Graphics/AbstractRenderTechnique.hpp>
|
||||||
#include <Nazara/Graphics/Background.hpp>
|
#include <Nazara/Graphics/Background.hpp>
|
||||||
#include <Nazara/Graphics/Camera.hpp>
|
#include <Nazara/Graphics/Camera.hpp>
|
||||||
#include <Nazara/Graphics/ColorBackground.hpp>
|
#include <Nazara/Graphics/ColorBackground.hpp>
|
||||||
#include <Nazara/Graphics/Config.hpp>
|
#include <Nazara/Graphics/Config.hpp>
|
||||||
#include <Nazara/Graphics/Drawable.hpp>
|
#include <Nazara/Graphics/Drawable.hpp>
|
||||||
#include <Nazara/Graphics/Enums.hpp>
|
#include <Nazara/Graphics/Enums.hpp>
|
||||||
|
#include <Nazara/Graphics/ForwardRenderQueue.hpp>
|
||||||
|
#include <Nazara/Graphics/ForwardRenderTechnique.hpp>
|
||||||
#include <Nazara/Graphics/Graphics.hpp>
|
#include <Nazara/Graphics/Graphics.hpp>
|
||||||
#include <Nazara/Graphics/Light.hpp>
|
#include <Nazara/Graphics/Light.hpp>
|
||||||
#include <Nazara/Graphics/Model.hpp>
|
#include <Nazara/Graphics/Model.hpp>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// This file was automatically generated on 13 Mar 2013 at 23:20:31
|
// This file was automatically generated on 09 Jun 2013 at 11:23:10
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Nazara Engine - Mathematics module
|
Nazara Engine - Mathematics module
|
||||||
|
|
@ -31,14 +31,14 @@
|
||||||
#define NAZARA_GLOBAL_MATH_HPP
|
#define NAZARA_GLOBAL_MATH_HPP
|
||||||
|
|
||||||
#include <Nazara/Math/Basic.hpp>
|
#include <Nazara/Math/Basic.hpp>
|
||||||
#include <Nazara/Math/BoundingBox.hpp>
|
#include <Nazara/Math/BoundingVolume.hpp>
|
||||||
|
#include <Nazara/Math/Box.hpp>
|
||||||
#include <Nazara/Math/Config.hpp>
|
#include <Nazara/Math/Config.hpp>
|
||||||
#include <Nazara/Math/Cube.hpp>
|
|
||||||
#include <Nazara/Math/Enums.hpp>
|
#include <Nazara/Math/Enums.hpp>
|
||||||
#include <Nazara/Math/EulerAngles.hpp>
|
#include <Nazara/Math/EulerAngles.hpp>
|
||||||
#include <Nazara/Math/Frustum.hpp>
|
#include <Nazara/Math/Frustum.hpp>
|
||||||
#include <Nazara/Math/Matrix4.hpp>
|
#include <Nazara/Math/Matrix4.hpp>
|
||||||
#include <Nazara/Math/OrientedCube.hpp>
|
#include <Nazara/Math/OrientedBox.hpp>
|
||||||
#include <Nazara/Math/Plane.hpp>
|
#include <Nazara/Math/Plane.hpp>
|
||||||
#include <Nazara/Math/Quaternion.hpp>
|
#include <Nazara/Math/Quaternion.hpp>
|
||||||
#include <Nazara/Math/Rect.hpp>
|
#include <Nazara/Math/Rect.hpp>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// This file was automatically generated on 21 May 2013 at 13:57:27
|
// This file was automatically generated on 09 Jun 2013 at 11:23:10
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Nazara Engine - Window module
|
Nazara Engine - Window module
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
#define NAZARA_GLOBAL_UTILITY_HPP
|
#define NAZARA_GLOBAL_UTILITY_HPP
|
||||||
|
|
||||||
#include <Nazara/Utility/AbstractBuffer.hpp>
|
#include <Nazara/Utility/AbstractBuffer.hpp>
|
||||||
|
#include <Nazara/Utility/Algorithm.hpp>
|
||||||
#include <Nazara/Utility/Animation.hpp>
|
#include <Nazara/Utility/Animation.hpp>
|
||||||
#include <Nazara/Utility/Buffer.hpp>
|
#include <Nazara/Utility/Buffer.hpp>
|
||||||
#include <Nazara/Utility/BufferMapper.hpp>
|
#include <Nazara/Utility/BufferMapper.hpp>
|
||||||
|
|
@ -41,6 +42,7 @@
|
||||||
#include <Nazara/Utility/Icon.hpp>
|
#include <Nazara/Utility/Icon.hpp>
|
||||||
#include <Nazara/Utility/Image.hpp>
|
#include <Nazara/Utility/Image.hpp>
|
||||||
#include <Nazara/Utility/IndexBuffer.hpp>
|
#include <Nazara/Utility/IndexBuffer.hpp>
|
||||||
|
#include <Nazara/Utility/IndexIterator.hpp>
|
||||||
#include <Nazara/Utility/IndexMapper.hpp>
|
#include <Nazara/Utility/IndexMapper.hpp>
|
||||||
#include <Nazara/Utility/Joint.hpp>
|
#include <Nazara/Utility/Joint.hpp>
|
||||||
#include <Nazara/Utility/Keyboard.hpp>
|
#include <Nazara/Utility/Keyboard.hpp>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue