summaryrefslogtreecommitdiff
path: root/src/utility.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-14 00:21:18 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-14 00:21:18 +0200
commit626ed6338aa90eb07038adee29643e692fec6545 (patch)
treee00d7974eed67d913cd95c231c8d21d19d34e418 /src/utility.h
parent3ac2abb0b5f84819abe6feea9d7b883b40369610 (diff)
downloadminetest-626ed6338aa90eb07038adee29643e692fec6545.tar.gz
minetest-626ed6338aa90eb07038adee29643e692fec6545.tar.bz2
minetest-626ed6338aa90eb07038adee29643e692fec6545.zip
in before messing with face drawing orientation
Diffstat (limited to 'src/utility.h')
-rw-r--r--src/utility.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/utility.h b/src/utility.h
index 4c9a2d73a..afcb4e414 100644
--- a/src/utility.h
+++ b/src/utility.h
@@ -24,10 +24,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef UTILITY_HEADER
#define UTILITY_HEADER
-#include "common_irrlicht.h"
-#include "debug.h"
-#include "strfnd.h"
-#include "exceptions.h"
#include <iostream>
#include <fstream>
#include <string>
@@ -35,6 +31,11 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <jmutex.h>
#include <jmutexautolock.h>
+#include "common_irrlicht.h"
+#include "debug.h"
+#include "strfnd.h"
+#include "exceptions.h"
+
extern const v3s16 g_26dirs[26];
inline void writeU32(u8 *data, u32 i)