rocket/ogl_editor/src/MicroknightFont.h
2015-12-13 13:07:36 +01:00

15 lines
453 B
C

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