Keep original end of line characters.

This commit is contained in:
2015-06-07 01:25:08 +02:00
committed by Valeriano A.R
parent 1404fb09b5
commit 92dbb7b1dd
9 changed files with 568 additions and 562 deletions

View File

@@ -1,8 +1,8 @@
// Copyright (C) 2012 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _GAMEMAP_H_
#define _GAMEMAP_H_
int GameMap_LoadLevel(char *filename,int res);
#endif
// Copyright (C) 2012 Valeriano Alfonso Rodriguez (Kableado)
#ifndef _GAMEMAP_H_
#define _GAMEMAP_H_
int GameMap_LoadLevel(char *filename,int res);
#endif