mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-14 18:15:28 -04:00
whoops
This commit is contained in:
parent
bc91ddaae4
commit
af8106c97a
@ -8,7 +8,7 @@
|
||||
|
||||
enum FONT_FLAGS { FONT_FLAGS_NONE = 0x00, FONT_FLAGS_BOLD = 0x01, FONT_FLAGS_UNDERLINE = 0x02, FONT_FLAGS_PADDING = 0x04 };
|
||||
struct FontDesc { void* handle; cc_uint16 size, flags; int height; };
|
||||
struct DrawTextArgs { cc_string textm; struct FontDesc* font; cc_bool useShadow; };
|
||||
struct DrawTextArgs { cc_string text; struct FontDesc* font; cc_bool useShadow; };
|
||||
struct Texture;
|
||||
struct IGameComponent;
|
||||
struct StringsBuffer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user