* Include windows.h by default on windows, most stuff probably needs it.
[matthijs/ABM2.git] / ABM2 / Engine / InputTask.h
index 337cd55f9916f53876f603ea56423bc7f10c8d77..b81f80ab503c6349365d7985813fd66964b283ef 100755 (executable)
 #include <dinput.h>\r
 #endif // WIN32\r
 \r
-\r
-#ifndef WIN32\r
-/* HACK to make this compile */\r
-#define BYTE unsigned char\r
-#endif // !WIN32\r
-\r
 class CInputTask : public ITask  \r
 {\r
 public:\r
-       CInputTask();\r
+       CInputTask(CKernel* kernel);\r
        virtual ~CInputTask();\r
 \r
        bool Start();\r