diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2010-06-06 14:44:32 +0200 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2010-06-06 14:44:32 +0200 |
| commit | 4ca43196d7e56fa155625c95ff33ad31ad3651b7 (patch) | |
| tree | 5d964ce68fe1bc1ebe6328cad9bc9ae18157b0b9 /src/game/editor/ed_editor.h | |
| parent | b37be77dcb04836a1bebe830dc707777d580da4f (diff) | |
| parent | 2d99a0360fa4ca08525c93ba81469fb2b4cc7e72 (diff) | |
| download | zcatch-4ca43196d7e56fa155625c95ff33ad31ad3651b7.tar.gz zcatch-4ca43196d7e56fa155625c95ff33ad31ad3651b7.zip | |
Merge remote branch 'xalduin/master'
Diffstat (limited to 'src/game/editor/ed_editor.h')
| -rw-r--r-- | src/game/editor/ed_editor.h | 1 |
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 |