Michaël Lemaire
23586ee5f4
git-svn-id: https://subversion.assembla.com/svn/thunderk/paysages@250 b1fd45b6-86a6-48da-8261-f70d1f35bdcc
16 lines
221 B
C
16 lines
221 B
C
#ifndef _PAYSAGES_MAIN_H_
|
|
#define _PAYSAGES_MAIN_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void paysagesInit();
|
|
void paysagesSave(char* filepath);
|
|
void paysagesLoad(char* filepath);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|