Changeset 1322 for code/branches/console/src/core/InputBuffer.h
- Timestamp:
- May 19, 2008, 2:33:09 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/console/src/core/InputBuffer.h
r1313 r1322 62 62 InputBuffer(); 63 63 InputBuffer(const std::string allowedChars); 64 65 inline void setKeyboard(OIS::Keyboard* keyboard) 66 { this->keyboard_ = keyboard; } 64 67 65 68 template <class T>
Note: See TracChangeset
for help on using the changeset viewer.