mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2025-02-20 18:22:03 +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