Fixed VS compilation.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8352 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk 2011-04-14 11:51:39 +00:00
parent 8b22aba2b5
commit 99e38de2db

View File

@ -44,6 +44,11 @@ using namespace irr::core;
using namespace irr::scene;
using namespace irr::video;
#ifndef round
# define round(x) (floor(x+0.5f))
#endif
/** singleton */
IrrDriver *irr_driver = NULL;