summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorPetr Mrázek2009-11-29 23:55:30 +0000
committerPetr Mrázek2009-11-29 23:55:30 +0000
commit62fef6a46a82b2179ee6f0b2683edde8d10a58dc (patch)
tree0a1547f4480bfc553f20abd5372051c9fa9ceb21 /common.h
parenta752c7dee85158b6d803c26af8e9c5c3c0828a02 (diff)
downloadstonesense-62fef6a46a82b2179ee6f0b2683edde8d10a58dc.tar.gz
stonesense-62fef6a46a82b2179ee6f0b2683edde8d10a58dc.tar.bz2
stonesense-62fef6a46a82b2179ee6f0b2683edde8d10a58dc.tar.xz
got rid of some mingw32 hacks, windows icon resource now works with mingw32 and msvc. Set your system-wide paths right and don't hardcode them in the .bat files.
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index af8892d..17e33b4 100644
--- a/common.h
+++ b/common.h
@@ -6,7 +6,7 @@
#include <assert.h>
#include <vector>
-#include "allegro/allegro.h"
+#include <allegro.h>
using namespace std;