/* 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 IRRCOLOR_H #define IRRCOLOR_H #include #include #include "irrlicht.h" //#include "IrrLib.h" class IrrColor { private: //who knows? public: void IrrColor::test(); irr::video::SColor IrrColor::returnColor(std::string color); }; #endif