summaryrefslogtreecommitdiff
path: root/GUI.h
diff options
context:
space:
mode:
authorJapa2010-04-26 08:00:41 +0000
committerJapa2010-04-26 08:00:41 +0000
commit16a3644d7ff5856098db89c485421a765d587a28 (patch)
tree4bf4b3f71c60bb0cabb2b1f0c0828fdc47946f04 /GUI.h
parent0141ce9cc799e9a3cbe5be67c97cc0e35849cbe6 (diff)
downloadstonesense-16a3644d7ff5856098db89c485421a765d587a28.tar.gz
stonesense-16a3644d7ff5856098db89c485421a765d587a28.tar.bz2
stonesense-16a3644d7ff5856098db89c485421a765d587a28.tar.xz
added the Unstuck tool, and made the F10 sprite viewing screen noo lock things up.
Diffstat (limited to 'GUI.h')
-rw-r--r--GUI.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/GUI.h b/GUI.h
index f87eab5..d3fa52e 100644
--- a/GUI.h
+++ b/GUI.h
@@ -45,4 +45,5 @@ extern ALLEGRO_BITMAP* IMGObjectSheet;
extern ALLEGRO_BITMAP* IMGCreatureSheet;
extern ALLEGRO_BITMAP* IMGRampSheet;
-extern Crd3D debugCursor; \ No newline at end of file
+extern Crd3D debugCursor;
+extern vector<string*> IMGFilenames; \ No newline at end of file