Apport de (maigres) bases pour les modules fichier et samples
This commit is contained in:
15
sources/fichier/fichier.h
Normal file
15
sources/fichier/fichier.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef _fichier_h
|
||||
#define _fichier_h
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
void creerProjet(char chemin[]);
|
||||
|
||||
void chargerProjet(char chemin[]);
|
||||
|
||||
void sauverProjet(char chemin[]);
|
||||
|
||||
void copierProjet(char chemin[]);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user