Changeset 147 for trunk/src/font.h
- Timestamp:
- Aug 21, 2010, 4:20:33 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/font.h
r121 r147 12 12 #define __DH_FONT_H__ 13 13 14 #include " asset.h"14 #include "entity.h" 15 15 16 16 class FontData; 17 17 18 class Font : public Asset18 class Font : public Entity 19 19 { 20 20 public: … … 23 23 24 24 protected: 25 /* Inherited from Asset*/25 /* Inherited from Entity */ 26 26 virtual Group GetGroup(); 27 27 virtual void TickRender(float delta_time);
Note: See TracChangeset
for help on using the changeset viewer.