raze-gles/source/core/razefont.h
Christoph Oelckers af781e0422 - moved all font setup out of the C++ code.
All internal fonts now get defined through FONTDEFS.
Also fixing a few offsets.
2021-05-31 21:20:31 +02:00

7 lines
101 B
C

#pragma once
#include "v_font.h"
extern FFont* IndexFont;
extern FFont* DigiFont;
void InitFont();