diff options
| author | Petr Mrázek | 2009-11-29 23:55:30 +0000 |
|---|---|---|
| committer | Petr Mrázek | 2009-11-29 23:55:30 +0000 |
| commit | 62fef6a46a82b2179ee6f0b2683edde8d10a58dc (patch) | |
| tree | 0a1547f4480bfc553f20abd5372051c9fa9ceb21 /common.h | |
| parent | a752c7dee85158b6d803c26af8e9c5c3c0828a02 (diff) | |
| download | stonesense-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ #include <assert.h>
#include <vector>
-#include "allegro/allegro.h"
+#include <allegro.h>
using namespace std;
|
