diff options
Diffstat (limited to 'src/tiledfile.h')
-rw-r--r-- | src/tiledfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tiledfile.h b/src/tiledfile.h index 02342b3..8c47234 100644 --- a/src/tiledfile.h +++ b/src/tiledfile.h @@ -1,3 +1,3 @@ #include <raylib.h> -void loadTileMap(char * filename, Texture2D * tilemap, Texture2D * atlas, int * atlasSize); +int loadTileMap(char * filename, Texture2D * tilemap, Texture2D * atlas, int * atlasSize); |