mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-06 00:10:48 +00:00
12 lines
251 B
C
12 lines
251 B
C
#pragma once
|
|
#include "v_font.h"
|
|
#include "c_cvars.h"
|
|
|
|
EXTERN_CVAR(Int, duke_menufont)
|
|
|
|
extern FFont* IndexFont;
|
|
extern FFont* DigiFont;
|
|
|
|
void InitFont();
|
|
FFont* PickBigFont(const char* txt = nullptr);
|
|
FFont* PickSmallFont(const char* txt = nullptr);
|