Changeset 9674 for code/trunk/src/external/ois/win32
- Timestamp:
- Sep 26, 2013, 10:37:57 PM (11 years ago)
- Location:
- code/trunk/src/external/ois/win32
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/external/ois/win32/Win32ForceFeedback.cpp
r8351 r9674 24 24 #include "OISException.h" 25 25 #include <math.h> 26 #include <cstddef> 26 27 27 28 // 0 = No trace; 1 = Important traces; 2 = Debug traces -
code/trunk/src/external/ois/win32/Win32JoyStick.cpp
r8351 r9674 36 36 37 37 #include <cassert> 38 #include <cstddef> 38 39 #include <wbemidl.h> 39 40 #include <oleauto.h> -
code/trunk/src/external/ois/win32/Win32Mouse.cpp
r8351 r9674 25 25 #include "OISException.h" 26 26 #include "OISEvents.h" 27 #include <cstddef> 27 28 28 29 using namespace OIS;
Note: See TracChangeset
for help on using the changeset viewer.