grr...
Whenever I try to declare CInput *__input I always get this error
Error: identifier "CInput" is undefined
Could it be a problem with my version of the SDK, or do I need to call it differently?
Here is how the class is defined in input.h
class CInput : public IInput
heres what my code looks like
Code:
#include "input.h"
class CHackMain {
public:
CInput *__input;