Fix error in previous commit. Filter some files in Doxygen (the standard SDLMain, and I have some python scripts lying around.)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@693 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-23 19:53:03 +00:00
parent 2602c591eb
commit b68db78d29
2 changed files with 4 additions and 3 deletions

View File

@@ -48,14 +48,14 @@ GFX2_GLOBAL T_Config Config;
GFX2_GLOBAL word Config_Touche[NB_TOUCHES_SPECIALES][2];
typedef struct T_Video_mode
typedef struct
{
short Width;
short Height;
byte Mode;
word Fullscreen;
byte Etat; // 0:Cool 1:OK ; 2:Bof ; 3:Naze ; si on rajoute +128 => incompatible
};
} T_Video_mode;
GFX2_GLOBAL T_Video_mode Mode_video[MAX_MODES_VIDEO];
GFX2_GLOBAL int Nb_modes_video; // Nombre de modes réellement recensés dans Mode_video[]