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.
Sorry, need a little help.
-
- Posts: 15
- Joined: Thu Sep 27, 2007 7:49 pm
Re: Sorry, need a little help.
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.
-
- Posts: 49
- Joined: Tue Jan 18, 2011 12:35 am
Re: Sorry, need a little help.
Ahh, thank you very much, that was exactly what I needed.