diff options
Diffstat (limited to '')
-rw-r--r-- | chat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat.h b/chat.h index 89d5797..19e4eeb 100644 --- a/chat.h +++ b/chat.h @@ -270,7 +270,8 @@ void commandCompleteAdd(void); enum Heat { Ice, Cold, Warm, Hot }; extern struct Util uiNotifyUtil; -void uiInit(void); +void uiInitEarly(void); +void uiInitLate(void); void uiShow(void); void uiHide(void); void uiDraw(void); |