mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
Rename host_skin.c to cl_skin.c.
I don't know why I thost host was a good idea.
This commit is contained in:
parent
29306f7799
commit
0086fee233
7 changed files with 55 additions and 14 deletions
|
@ -61,8 +61,6 @@ void Host_ClearMemory (void);
|
|||
void Host_ServerFrame (void);
|
||||
void Host_InitCommands (void);
|
||||
void Host_Init (void);
|
||||
void Host_Skin_Init (void);
|
||||
void Host_Skin_Init_Cvars (void);
|
||||
void Host_Shutdown(void);
|
||||
void Host_Error (const char *error, ...) __attribute__((format(printf,1,2)));
|
||||
void Host_EndGame (const char *message, ...) __attribute__((format(printf,1,2)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue