I tried to compile my project, but suddenly I became this error message
Code: Select all
Engine_EventReceiver.cpp|16|error: expected initializer before "CGameInput"|in this line
Code: Select all
CGameInput* initEventReceiver()Code: Select all
using namespace irr;The include file above the error-line isn't always the same.
thanks for help!