Paranoia2/cl_dll/getfont.h

11 lines
252 B
C
Raw Normal View History

2020-08-31 18:50:41 +02:00
// ============================
// getfont - function, returning font pointer from text message
// written by BUzer
// ============================
#ifndef _GETFONT_H
#define _GETFONT_H
Font* FontFromMessage(const char* &ptext);
#endif // _GETFONT_H