Re: tell me your ideas and segestions about my new Game Engine

You're misunderstanding.  That's C++'s syntax for member-of-class.  Somewhere, there's probably something that looks like:
class Sound {
void Play();
}
Which means that you do:
Sound x;
x.play();

URL: http://forum.audiogames.net/viewtopic.php?pid=163930#p163930

_______________________________________________
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
http://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Reply via email to