File encoding preservation + content structure to help browse the code

This commit is contained in:
Alexandre Fontoura
2021-10-28 15:20:01 +01:00
parent c5f4f6ba25
commit 23151219b2
90 changed files with 1946 additions and 1815 deletions

View File

@@ -26,7 +26,7 @@
#define FLI_BRUN 15
#define FLI_COPY 16
// Structures utilises pour les fichiers format FLI
// Structures utilisées pour les fichiers format FLI
typedef struct
{
LONG size ;
@@ -73,7 +73,7 @@ typedef struct
#define FLA_BRUN 8
#define FLA_COPY 9
// Structures utilises pour les fichiers format FLA
// Structures utilisées pour les fichiers format FLA
typedef struct // entete de fichier FLA
{
char Version[5] ;