From e96ad33a3473b7db60f88e7b6c59630cacd147c3 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 2 Dec 2007 17:55:45 +0000 Subject: fixed the editor --- src/engine/interface.h | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/engine/interface.h') 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); -- cgit 1.4.1