Sorry, need a little help.

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
LookingForAPath
Posts: 49
Joined: Tue Jan 18, 2011 12:35 am

Sorry, need a little help.

Post by LookingForAPath »

So, I've been prying over what to do this some and I've decided to make some additions to Irrlicht. I won't be sharing what exactly, for the time because as I want to make sure it is perfect before I say anything.

However, I need to make some additions to the IrrlichtDevice class, but I cannot seem to find out where its functionality is actually defined, besides the IrrlichtDevice.h I couldn't find a IrrlichtDevice and searching through google, I couldn't come up with where it is actually defined at.

Any help would be greatly appreciated.
hindupower
Posts: 15
Joined: Thu Sep 27, 2007 7:49 pm

Re: Sorry, need a little help.

Post by hindupower »

The implementation is different for different platform types. So for windows there is a CIrrDeviceWin32.h/cpp, for linux there is CIrrDeviceLinux.h/cpp and so on.
LookingForAPath
Posts: 49
Joined: Tue Jan 18, 2011 12:35 am

Re: Sorry, need a little help.

Post by LookingForAPath »

Ahh, thank you very much, that was exactly what I needed.
Post Reply