comparison include/SDL_main.h @ 1466:3c45c578d480

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 05 Mar 2006 22:18:15 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1465:8dfa9a6d69a5 1466:3c45c578d480
64 /* This should be called from your WinMain() function, if any */ 64 /* This should be called from your WinMain() function, if any */
65 extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst); 65 extern DECLSPEC void SDLCALL SDL_SetModuleHandle(void *hInst);
66 /* This can also be called, but is no longer necessary */ 66 /* This can also be called, but is no longer necessary */
67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst); 67 extern DECLSPEC int SDLCALL SDL_RegisterApp(char *name, Uint32 style, void *hInst);
68 /* This can also be called, but is no longer necessary (SDL_Quit calls it) */ 68 /* This can also be called, but is no longer necessary (SDL_Quit calls it) */
69 extern DECLSPEC void SDLCALL SDL_UnregisterApp(); 69 extern DECLSPEC void SDLCALL SDL_UnregisterApp(void);
70 #ifdef __cplusplus 70 #ifdef __cplusplus
71 } 71 }
72 #endif 72 #endif
73 #include "close_code.h" 73 #include "close_code.h"
74 #endif 74 #endif