| author | ecalot
<ecalot> 2004-06-22 21:31:41 UTC |
| committer | ecalot
<ecalot> 2004-06-22 21:31:41 UTC |
| parent | 609c7a0d078458f9eaf3f48a29c9d8ba3f9c97f3 |
| FP/src/include/maps.h | +33 | -0 |
diff --git a/FP/src/include/maps.h b/FP/src/include/maps.h index 31e31ce..ac840b1 100644 --- a/FP/src/include/maps.h +++ b/FP/src/include/maps.h @@ -1,6 +1,39 @@ +/* FreePrince - POP1 remake + Copyright (C) 2003, 2004 Princed Development Team + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + + The authors of this program may be contacted at http://forum.princed.com.ar +*/ + +/* +maps.c: Freeprince : Map handling library +\xaf\xaf\xaf\xaf\xaf\xaf + Copyright 2003,2004 Princed Development Team + Created: 20 Jun 2004 + + Author: Enrique Calot <ecalot.cod@princed.com.ar> + + Note: + DO NOT remove this copyright notice +*/ #include "map_defs.h" +typedef enum {eLeft=0,eRight=1,eUp=2,eDown=3}tDirection; + int levelUse(void* level); /* Sets the level for future use using the resource given * Initializes the position in the beginning of the level