Example: Fix compilation of Tut00 after Physics change

This commit is contained in:
Jérôme Leclercq 2016-10-14 18:33:53 +02:00 committed by GitHub
parent f3e041c4c0
commit ed3f98ceeb
1 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,8 @@
#include <Nazara/Lua.hpp>
#include <Nazara/Network.hpp>
#include <Nazara/Noise.hpp>
#include <Nazara/Physics.hpp>
#include <Nazara/Physics2D.hpp>
#include <Nazara/Physics3D.hpp>
#include <Nazara/Renderer.hpp>
#include <Nazara/Utility.hpp>
#include <NDK/Application.hpp>
@ -19,4 +20,4 @@ int main(int argc, char* argv[])
// Do what you want here
return EXIT_SUCCESS;
}
}