mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 20:20:54 +00:00
8 lines
101 B
C
8 lines
101 B
C
|
#pragma once
|
||
|
#include "v_font.h"
|
||
|
|
||
|
extern FFont* IndexFont;
|
||
|
extern FFont* DigiFont;
|
||
|
|
||
|
void InitFont();
|