Changeset 5700 for trunk/Ohana/src/kii/include/structures.h
- Timestamp:
- Dec 5, 2005, 3:55:45 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/kii/include/structures.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/include/structures.h
r2466 r5700 124 124 } Layout; 125 125 126 typedef struct { 127 int dx, dy, ascent; 128 unsigned char *bits; 129 } RotFont; 130 131 typedef struct { 132 RotFont *font; 133 char name[64]; 134 int size; 135 } FontSet; 126 136 127 137 /* this routine is independent of the number of overlays */
Note:
See TracChangeset
for help on using the changeset viewer.
