Rev 4948 | Rev 5050 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4948 | Rev 4997 | ||
---|---|---|---|
Line 105... | Line 105... | ||
105 | extern void G_AddSearchPaths(void); |
105 | extern void G_AddSearchPaths(void); |
106 | extern void G_CleanupSearchPaths(void); |
106 | extern void G_CleanupSearchPaths(void); |
107 | 107 | ||
108 | extern void G_ExtPreInit(int32_t argc,const char **argv); |
108 | extern void G_ExtPreInit(int32_t argc,const char **argv); |
109 | extern void G_ExtInit(void); |
109 | extern void G_ExtInit(void); |
110 | extern void G_ExtPreStartupWindow(void); |
110 | extern void G_ScanGroups(void); |
111 | extern void G_ExtPostStartupWindow(int32_t autoload); |
111 | extern void G_LoadGroups(int32_t autoload); |
112 | 112 | ||
113 | extern const char * G_GetInstallPath(int32_t insttype); |
113 | extern const char * G_GetInstallPath(int32_t insttype); |
114 | 114 | ||
115 | //////////
|
115 | //////////
|
116 | 116 |