More manual translations, to make the bulk process easier

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@683 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-03-17 19:09:43 +00:00
parent 66f9154548
commit f69cf6b8f7
44 changed files with 954 additions and 959 deletions

View File

@@ -70,9 +70,6 @@ byte Pixel_dans_cercle(void);
// Cercle_Curseur_Y<0 = en haut) du centre se trouve dans le cercle en
// cours.
byte Bit(byte Octet, byte Rang);
// Extrait un bit d'un certain rang à partir d'un octet.
// Gestion du chrono dans les fileselects
void Initialiser_chrono(dword Delai);
void Tester_chrono(void);
@@ -103,15 +100,15 @@ byte Nouvelle_preview; // Bool
unsigned long Memoire_libre(void);
void Num2str(dword Nombre,char * Chaine,byte Taille);
void Num2str(dword number,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);
int Min(int a,int b);
int Max(int a,int b);
char* Libelle_mode(int Mode);
int Conversion_argument_mode(const char *Argument);