Fixed last commit
Yep, forgot to test it :D It should be okay now Former-commit-id: 3392523240affb4151f5121decb0e458500878a3
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
// Cette démo suppose que vous avez déjà lu les commentaires de "FirstScene"
|
||||
|
||||
#include <Nazara/3D.hpp>
|
||||
#include <Nazara/Core/Clock.hpp>
|
||||
#include <Nazara/Graphics.hpp>
|
||||
#include <Nazara/Renderer.hpp>
|
||||
#include <Nazara/Utility.hpp>
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
NzInitializer<Nz3D> nazara;
|
||||
NzInitializer<NzGraphics> nazara;
|
||||
if (!nazara)
|
||||
{
|
||||
std::cout << "Failed to initialize Nazara, see NazaraLog.log for further informations" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user