/* Irrlicht Library Wrapper Created by Nathan Adams Copyright (C) 2007 This software is licensed under the GNU/GPL. This software may not be used for commerical purposes. */ #ifndef IRREVENTRECIEVER_H #define IRREVENTRECIEVER_H //#include "IrrLib.h" #include class IrrEventReciever : public irr::IEventReceiver { public: virtual bool OnEvent(irr::SEvent event); }; #endif