mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-16 04:30:38 +00:00
af781e0422
All internal fonts now get defined through FONTDEFS. Also fixing a few offsets.
7 lines
101 B
C
7 lines
101 B
C
#pragma once
|
|
#include "v_font.h"
|
|
|
|
extern FFont* IndexFont;
|
|
extern FFont* DigiFont;
|
|
|
|
void InitFont();
|