Changeset 541 for abuse/trunk/src/imlib/fonts.h
- Timestamp:
- Apr 24, 2011, 10:33:40 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/fonts.h
r533 r541 12 12 #define __FONTS_HPP_ 13 13 #include "image.h" 14 #include "t image.h"14 #include "transimage.h" 15 15 16 16 … … 35 35 { 36 36 int tl,th; 37 T Image *let[256];37 TransImage *let[256]; 38 38 public: 39 39 JCFont(image *letters);
Note: See TracChangeset
for help on using the changeset viewer.