CMake now fully implemented.

This commit is contained in:
Deathsbreed 2015-01-04 19:37:03 -06:00
parent 99484aeb10
commit 19e21412f8
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include <irrlicht.h>
#include <irrlicht/irrlicht.h>
using namespace irr;

View File

@ -1,6 +1,6 @@
#include <iostream>
#include <irrlicht.h>
#include "driverChoice.h"
#include <irrlicht/irrlicht.h>
#include <irrlicht/driverChoice.h>
#include "eventReceiver.h"
using namespace irr;