rocket/ogl_editor/emgui/src/MicroknightFont.h
2013-01-07 08:19:44 +01:00

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[];