 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
fade Guest
|
Posted: Thu Aug 24, 2006 11:06 pm Post subject: enum ?!? |
|
|
Bonjour. Je suis sûr que c'est facile, mais je débute :)
#ifndef _GAMESIGNAL_H
#define _GAMESIGNAL_H
enum GameSignal {
GS_Unspecified=0,
GS_SetupScreen
};
#endif /* _GAMESIGNAL_H */
(...) GameSignal.h:31: erreur: types multiples dans une déclaration
La ligne 31 étant l'accolade fermante avec le point-virgule.
Voilà voilà... Merci d'avance pour votre aide. |
|
| Back to top |
|
 |
fade Guest
|
Posted: Thu Aug 24, 2006 11:08 pm Post subject: Re: enum ?!? |
|
|
Ne vous fatiguez pas. Il manquait un point-virgule à la fin d'une
déclaration d'une classe dans un autre fichier :)
fade a écrit :
| Quote: | Bonjour. Je suis sûr que c'est facile, mais je débute :)
#ifndef _GAMESIGNAL_H
#define _GAMESIGNAL_H
enum GameSignal {
GS_Unspecified=0,
GS_SetupScreen
};
#endif /* _GAMESIGNAL_H */
(...) GameSignal.h:31: erreur: types multiples dans une déclaration
La ligne 31 étant l'accolade fermante avec le point-virgule.
Voilà voilà... Merci d'avance pour votre aide. |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|