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-01 16:49:35 -0400
committerxalduin <xalduin@gmail.com>2010-06-01 16:49:35 -0400
commitbe5b6aa4de903c5fcd2c24cc1b99435bedce1184 (patch)
treeaef51e5774bd7abfa72e15ba2962b986e6e1b95b /src/game/editor/ed_editor.h
parent61fdee33679dc50fd119f32a3b9590f57332b015 (diff)
downloadzcatch-be5b6aa4de903c5fcd2c24cc1b99435bedce1184.tar.gz
zcatch-be5b6aa4de903c5fcd2c24cc1b99435bedce1184.zip
Sort by map name when opening map
When opening a map, the list of map names is now sorted alphabetically.
Diffstat (limited to 'src/game/editor/ed_editor.h')
-rw-r--r--src/game/editor/ed_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/editor/ed_editor.h b/src/game/editor/ed_editor.h
index 1730fb0a..d027c162 100644
--- a/src/game/editor/ed_editor.h
+++ b/src/game/editor/ed_editor.h
@@ -606,6 +606,8 @@ public:
 	
 	void RenderMenubar(CUIRect Menubar);
 	void RenderFileDialog();
+
+	void AddFileDialogEntry(const char *pName, CUIRect *pView);
 };
 
 // make sure to inline this function