Changeset 1323 for code/branches/input/src/util/Math.h
- Timestamp:
- May 19, 2008, 10:50:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/util/Math.h
r1062 r1323 147 147 } 148 148 149 class _UtilExport IntVector2 150 { 151 public: 152 IntVector2() : x(0), y(0) { } 153 IntVector2(int _x, int _y) : x(_x), y(_y) { } 154 int x; 155 int y; 156 }; 157 149 158 #endif /* _Util_Math_H__ */
Note: See TracChangeset
for help on using the changeset viewer.