Splitted graph.c in multiple files. Compiles but there is a lot of warnings about declarations. I'm cleaning it up but i wanted to commit that before starting to get conflicts
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@395 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
16
divers.h
16
divers.h
@@ -104,3 +104,19 @@ byte Etat_chrono; // Etat du chrono: 0=Attente d'un X
|
||||
dword Chrono_delay; // Nombre de 18.2ème de secondes demandés
|
||||
dword Chrono_cmp; // Heure de départ du chrono
|
||||
byte Nouvelle_preview; // Booléen "Il faut relancer le chrono de preview"
|
||||
|
||||
|
||||
unsigned long Memoire_libre(void);
|
||||
|
||||
void Num2str(dword Nombre,char * Chaine,byte Taille);
|
||||
int Str2num(char * Chaine);
|
||||
|
||||
short Round(float Valeur);
|
||||
short Round_max(short Numerateur,short Diviseur);
|
||||
short Round_div_max(short Numerateur,short Diviseur);
|
||||
|
||||
int Min(int A,int B);
|
||||
int Max(int A,int B);
|
||||
|
||||
char* Libelle_mode(int Mode);
|
||||
int Conversion_argument_mode(const char *Argument);
|
||||
|
||||
Reference in New Issue
Block a user