First upload of the code.

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2007-04-14 20:18:30 +00:00
parent 1af8c74f53
commit 306a004e36
99 changed files with 51201 additions and 0 deletions

15
init.h Normal file
View File

@@ -0,0 +1,15 @@
void Chercher_repertoire_du_programme(char * Chaine);
void Rechercher_drives(void);
void Charger_DAT(void);
void Initialisation_des_boutons(void);
void Initialisation_des_operations(void);
int Charger_CFG(int Tout_charger);
int Sauver_CFG(void);
void Initialiser_les_tables_de_multiplication(void);
void Initialiser_la_table_des_carres(void);
void Initialiser_la_table_precalculee_des_distances_de_couleur(void);
void Definition_des_modes_video(void);
#include "readini.h"
#include "saveini.h"