Separate example game to Example.GameLib.
This commit is contained in:
7
Example.GameLib/src/GameMap.h
Normal file
7
Example.GameLib/src/GameMap.h
Normal file
@@ -0,0 +1,7 @@
|
||||
// Copyright (C) 2012 Valeriano Alfonso Rodriguez (Kableado)
|
||||
#ifndef _GAMEMAP_H_
|
||||
#define _GAMEMAP_H_
|
||||
|
||||
int GameMap_LoadLevel(char *filename, int res);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user