diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-02 17:55:45 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-02 17:55:45 +0000 |
| commit | e96ad33a3473b7db60f88e7b6c59630cacd147c3 (patch) | |
| tree | eb41ebea8f83ce4e5676cce99193850f1ef4a892 /src/engine/interface.h | |
| parent | 59f0a07555c124e14185dd29078b3b5e99ea09d8 (diff) | |
| download | zcatch-e96ad33a3473b7db60f88e7b6c59630cacd147c3.tar.gz zcatch-e96ad33a3473b7db60f88e7b6c59630cacd147c3.zip | |
fixed the editor
Diffstat (limited to 'src/engine/interface.h')
| -rw-r--r-- | src/engine/interface.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/src/engine/interface.h b/src/engine/interface.h index 80d72abd..cb975fed 100644 --- a/src/engine/interface.h +++ b/src/engine/interface.h @@ -719,32 +719,6 @@ void modc_render(); */ void modc_statechange(int new_state, int old_state); -/* - Group: Menu Callbacks -*/ -/* - Function: modmenu_init - Called when the menu starts. - - Remarks: - The menu should load resources that are used during the entire - time of the menu use. -*/ -void modmenu_init(); - -/* - Function: modmenu_shutdown - Called when the menu closes down. -*/ -void modmenu_shutdown(); - -/* - Function: modmenu_render - Called every frame to let the menu render it self. -*/ -int modmenu_render(int ingame); - - /* undocumented callbacks */ void modc_connected(); void modc_message(int msg); |