9 lines
97 B
C
9 lines
97 B
C
#ifndef _GAMEMAP_H_
|
|
#define _GAMEMAP_H_
|
|
|
|
int GameMap_CreateLevel(int level,int point);
|
|
|
|
|
|
#endif
|
|
|