Paranoia2/cl_dll/getfont.h

11 lines
262 B
C

// ============================
// 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