Code: Select all
CGame game;
game.run();
My code is in this topic: http://irrlicht.sourceforge.net/phpBB2/ ... php?t=2009
Code: Select all
CGame game;
game.run();
Code: Select all
class CGame : public IEventReceiver
{
public:
virtual bool OnEvent(SEvent event);
void run();
CGame();
virtual ~CGame();
I think it might be a better idea, in my (humble) opinon, to set your PATH inDomarius wrote:Put the Irrlicht.lib file in C:\Windows\System32