Example: Fix compilation of Tut00 after Physics change
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
#include <Nazara/Lua.hpp>
|
#include <Nazara/Lua.hpp>
|
||||||
#include <Nazara/Network.hpp>
|
#include <Nazara/Network.hpp>
|
||||||
#include <Nazara/Noise.hpp>
|
#include <Nazara/Noise.hpp>
|
||||||
#include <Nazara/Physics.hpp>
|
#include <Nazara/Physics2D.hpp>
|
||||||
|
#include <Nazara/Physics3D.hpp>
|
||||||
#include <Nazara/Renderer.hpp>
|
#include <Nazara/Renderer.hpp>
|
||||||
#include <Nazara/Utility.hpp>
|
#include <Nazara/Utility.hpp>
|
||||||
#include <NDK/Application.hpp>
|
#include <NDK/Application.hpp>
|
||||||
@@ -19,4 +20,4 @@ int main(int argc, char* argv[])
|
|||||||
// Do what you want here
|
// Do what you want here
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user