Index: trunk/Ohana/src/kii/include/structures.h
===================================================================
--- trunk/Ohana/src/kii/include/structures.h	(revision 2466)
+++ trunk/Ohana/src/kii/include/structures.h	(revision 5700)
@@ -124,4 +124,14 @@
 } Layout;
 
+typedef struct {
+  int dx, dy, ascent;
+  unsigned char *bits;
+} RotFont;
+
+typedef struct {
+  RotFont *font;
+  char name[64];
+  int size;
+} FontSet;
 
 /* this routine is independent of the number of overlays */
