about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.h
diff options
context:
space:
mode:
authorxalduin <xalduin@gmail.com>2010-06-02 12:12:32 -0400
committerxalduin <xalduin@gmail.com>2010-06-02 12:12:32 -0400
commita99cbfc74238136723a83913b809479267e3dfa2 (patch)
tree41f72c6c9aeaffc6ae3a9d852664e1a1b6c24489 /src/game/editor/ed_editor.h
parentfee651735fd7a29cfbec6b13ea9efdecc0ccb688 (diff)
downloadzcatch-a99cbfc74238136723a83913b809479267e3dfa2.tar.gz
zcatch-a99cbfc74238136723a83913b809479267e3dfa2.zip
Image sorting working, less hackish
Diffstat (limited to 'src/game/editor/ed_editor.h')
-rw-r--r--src/game/editor/ed_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h
index d027c162..a7d742a8 100644
--- a/src/game/editor/ed_editor.h
+++ b/src/game/editor/ed_editor.h
@@ -608,6 +608,7 @@ public:
 	void RenderFileDialog();
 
 	void AddFileDialogEntry(const char *pName, CUIRect *pView);
+	void SortImages();
 };
 
 // make sure to inline this function