rocket/ogl_editor/src/MicroknightFont.h

16 lines
454 B
C

#pragma once
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
typedef struct MicroknightLayout
{
unsigned short x;
unsigned short y;
} MicroknightLayout;
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
extern unsigned char s_microkinghtFontData[];
extern struct MicroknightLayout s_microknightLayout[];