diff --git a/include/Nazara/Physics.hpp b/include/Nazara/Physics2D.hpp similarity index 70% rename from include/Nazara/Physics.hpp rename to include/Nazara/Physics2D.hpp index a4fcfc768..9b4ce41f4 100644 --- a/include/Nazara/Physics.hpp +++ b/include/Nazara/Physics2D.hpp @@ -1,7 +1,7 @@ -// This file was automatically generated on 24 Jun 2015 at 13:55:50 +// This file was automatically generated on 14 Oct 2016 at 18:58:18 /* - Nazara Engine - Physics module + Nazara Engine - Physics 2D module Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) @@ -26,14 +26,14 @@ #pragma once -#ifndef NAZARA_GLOBAL_PHYSICS_HPP -#define NAZARA_GLOBAL_PHYSICS_HPP +#ifndef NAZARA_GLOBAL_PHYSICS2D_HPP +#define NAZARA_GLOBAL_PHYSICS2D_HPP -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include -#endif // NAZARA_GLOBAL_PHYSICS_HPP +#endif // NAZARA_GLOBAL_PHYSICS2D_HPP diff --git a/include/Nazara/Physics3D.hpp b/include/Nazara/Physics3D.hpp new file mode 100644 index 000000000..e9c84e757 --- /dev/null +++ b/include/Nazara/Physics3D.hpp @@ -0,0 +1,39 @@ +// This file was automatically generated on 14 Oct 2016 at 18:58:18 + +/* + Nazara Engine - Physics 3D module + + Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com) + + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. +*/ + +#pragma once + +#ifndef NAZARA_GLOBAL_PHYSICS3D_HPP +#define NAZARA_GLOBAL_PHYSICS3D_HPP + +#include +#include +#include +#include +#include +#include + +#endif // NAZARA_GLOBAL_PHYSICS3D_HPP