diff options
author | Tim Angus <tim@ngus.net> | 2009-10-03 21:37:08 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:39 +0000 |
commit | ea0ff0071ed313c479693f1d2e1b9a2da167a891 (patch) | |
tree | cb73a90ee2cc3dfbe7909a18225b896214d5fe84 /src/ui/ui_main.c | |
parent | 6d2ffb4c637a49983bc6ce22b68ccec0ed09e0f4 (diff) |
* Add the Q_EXPORTs I missed from merging ioq3
Diffstat (limited to 'src/ui/ui_main.c')
-rw-r--r-- | src/ui/ui_main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 43aaa0af..07883fc8 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -145,9 +145,9 @@ void UI_SetMousePosition( int x, int y ); void UI_Refresh( int realtime ); qboolean UI_IsFullscreen( void ); void UI_SetActiveMenu( uiMenuCommand_t menu ); -intptr_t vmMain( int command, int arg0, int arg1, int arg2, int arg3, - int arg4, int arg5, int arg6, int arg7, - int arg8, int arg9, int arg10, int arg11 ) +Q_EXPORT intptr_t vmMain( int command, int arg0, int arg1, int arg2, int arg3, + int arg4, int arg5, int arg6, int arg7, + int arg8, int arg9, int arg10, int arg11 ) { switch( command ) { |