#ifndef IRRLIBOBJ_H #define IRRLIBOBJ_H struct IrrLibObj { int eventid; int objectid; int x; int y; }; #endif