Changeset 664 for trunk/src/font.h
- Timestamp:
- Feb 18, 2011, 1:09:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/font.h
r639 r664 34 34 public: 35 35 /* New methods */ 36 void Print( int3pos, char const *str);37 int2GetSize() const;36 void Print(vec3i pos, char const *str); 37 vec2i GetSize() const; 38 38 39 39 private:
Note: See TracChangeset
for help on using the changeset viewer.