Fixed VS compilation.

This commit is contained in:
hiker
2014-02-16 21:31:41 +11:00
parent d5d57bbae0
commit 7b993cd210
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,8 @@
#include "guiengine/engine.hpp"
#include "guiengine/scalable_font.hpp"
#include "io/xml_writer.hpp"
#include "utils/vs.hpp"
#include <assert.h>
#include <stack>
#include <sstream>

View File

@@ -8,5 +8,6 @@
# define isnan _isnan
# define roundf(x) (floorf(x + 0.5f))
# define round(x) (floorf(x + 0.5))
#endif