error: parse error before "Game"
error: parse error before "Game"
- Subject: error: parse error before "Game"
- From: Hugo Veiga <email@hidden>
- Date: Wed, 15 Jun 2005 11:11:08 +0100
Hi all,
I've something like this:
#ifndef _GAME_H_ #define _GAME_H_
class Game { public: Game(); ~Game();
private: void initializeRenderingMachine(); };
#endif//_GAME_H_
When i try to compile it, i get the error stated in the subject, what am i doing wrong?
Thank you.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden