mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 22:42:09 +00:00
Oops missed a bit
This commit is contained in:
parent
3e92679100
commit
bf25c27105
1 changed files with 0 additions and 5 deletions
|
@ -2739,10 +2739,5 @@ size_t RE_SaveJPGToBuffer(byte *buffer, size_t bufSize, int quality,
|
|||
void RE_TakeVideoFrame( int width, int height,
|
||||
byte *captureBuffer, byte *encodeBuffer, qboolean motionJpeg );
|
||||
|
||||
// font stuff
|
||||
void R_InitFreeType( void );
|
||||
void R_DoneFreeType( void );
|
||||
void RE_RegisterFont(const char *fontName, int pointSize, fontInfo_t *font);
|
||||
|
||||
|
||||
#endif //TR_LOCAL_H
|
||||
|
|
Loading…
Reference in a new issue