diff options
| author | Japa | 2010-04-26 08:00:41 +0000 |
|---|---|---|
| committer | Japa | 2010-04-26 08:00:41 +0000 |
| commit | 16a3644d7ff5856098db89c485421a765d587a28 (patch) | |
| tree | 4bf4b3f71c60bb0cabb2b1f0c0828fdc47946f04 /GUI.h | |
| parent | 0141ce9cc799e9a3cbe5be67c97cc0e35849cbe6 (diff) | |
| download | stonesense-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
