forked from a1batross/Paranoia2_original
12 lines
252 B
C
12 lines
252 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
|