11 lines
159 B
C
11 lines
159 B
C
// Copyright (C) 2011 Valeriano Alfonso Rodriguez (Kableado)
|
|
|
|
#ifndef _GAMEMAP_H_
|
|
#define _GAMEMAP_H_
|
|
|
|
int GameMap_CreateLevel(int level,int point);
|
|
|
|
|
|
#endif
|
|
|