Changeset 320 for trunk/src/font.h
- Timestamp:
- Jan 31, 2011, 12:24:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/font.h
r221 r320 34 34 public: 35 35 /* New methods */ 36 void Print(int x, int y, char const *str);37 void PrintBold(int x, int y, char const *str);36 void Print(int3 pos, char const *str); 37 void PrintBold(int3 pos, char const *str); 38 38 39 39 private:
Note: See TracChangeset
for help on using the changeset viewer.