aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/e_level.h
blob: 9d9b4d668433255ec56436167405f2488dee78de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * PARSEC HEADER: e_level.h
 */

#ifndef _E_LEVEL_H_
#define _E_LEVEL_H_


// external functions ---------------------------------------------------------
//
int LVL_LoadLevel	( const char* levelname );
int LVL_LoadIntLevel( int level );
int LVL_SaveLevel	( const char* levelname );



#endif // _E_LEVEL_H_