diff options
| author | xalduin <xalduin@gmail.com> | 2010-06-02 13:19:03 -0400 |
|---|---|---|
| committer | xalduin <xalduin@gmail.com> | 2010-06-02 13:19:03 -0400 |
| commit | 9ff2cb6744eff725bfea08f73dda7ed8388cdbb8 (patch) | |
| tree | 41f72c6c9aeaffc6ae3a9d852664e1a1b6c24489 /src/game/editor/ed_editor.h | |
| parent | b1774d8713a843c8f632991ea62cedbdc5189c3e (diff) | |
| parent | a99cbfc74238136723a83913b809479267e3dfa2 (diff) | |
| download | zcatch-9ff2cb6744eff725bfea08f73dda7ed8388cdbb8.tar.gz zcatch-9ff2cb6744eff725bfea08f73dda7ed8388cdbb8.zip | |
Merge branch 'experimental'
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 |