X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Fglk.h;h=9fc720677eb2b77700dc08a59bc86dcae583af86;hb=4b452ca423971eea8b7f6c1d16b4567c11e71be3;hp=e9947b3195abb63be01c0ca46c765ae28a10adf8;hpb=65fae93f40acb49a7d18202bbf7fdac05cb12a19;p=projects%2Fchimara%2Fchimara.git diff --git a/src/glk.h b/src/glk.h index e9947b3..9fc7206 100644 --- a/src/glk.h +++ b/src/glk.h @@ -1,8 +1,6 @@ #ifndef GLK_H #define GLK_H -#include - /* glk.h: Header file for Glk API, version 0.7.0. Designed by Andrew Plotkin http://www.eblong.com/zarf/glk/index.html @@ -19,6 +17,7 @@ /* You may have to edit the definition of glui32 to make sure it's really a 32-bit unsigned integer type, and glsi32 to make sure it's really a 32-bit signed integer type. If they're not, horrible things will happen. */ +#include typedef guint32 glui32; typedef gint32 glsi32;