1
0

Fixed include path.

This commit is contained in:
Mattes D 2014-11-17 17:13:42 +01:00
parent f9cfc36643
commit faf0ce3d7f

View File

@ -2,7 +2,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Noise.h"
#include "OSSupport\Timer.h"
#include "OSSupport/Timer.h"
#define FAST_FLOOR(x) (((x) < 0) ? (((int)x) - 1) : ((int)x))