8 lines
158 B
C
8 lines
158 B
C
// Copyright (C) 2012 Valeriano Alfonso Rodriguez (Kableado)
|
|
#ifndef _GAMEMAP_H_
|
|
#define _GAMEMAP_H_
|
|
|
|
int GameMap_LoadLevel(char *filename, int res);
|
|
|
|
#endif
|