Cleanups from pomac!
This commit is contained in:
parent
b0fc4a7b6e
commit
f327407bb8
36 changed files with 155 additions and 195 deletions
|
@ -1601,8 +1601,8 @@ void RE_EndFrame( int *frontEndMsec, int *backEndMsec );
|
|||
void SaveJPG(char * filename, int quality, int image_width, int image_height, unsigned char *image_buffer);
|
||||
|
||||
// font stuff
|
||||
void R_InitFreeType();
|
||||
void R_DoneFreeType();
|
||||
void R_InitFreeType( void );
|
||||
void R_DoneFreeType( void );
|
||||
void RE_RegisterFont(const char *fontName, int pointSize, fontInfo_t *font);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue