CDemo demo(false, true, true, true, true, true, video::EDT_DIRECT3D9);
). : fullscreen(f), music(m), .....
do? It looks like inheritance, but since CDemo::CDemo is a constructor function rather than a new class it doesn't make any sense to me. The variables also don't have 'public', 'private' or protected in front of them and they have (parameter) behind them as if they were functions. So what is that piece of code and what does it do? does 'fullscreen(f)' make demo.fullscreen the value f (false)?
|
|
|
|
|
|
|
|