| author | ecalot
<ecalot> 2004-06-30 05:22:01 UTC |
| committer | ecalot
<ecalot> 2004-06-30 05:22:01 UTC |
| parent | 7c3d119b8de0c7da289a90566b06ba6b1bdba04e |
| FP/src/include/input.h | +1 | -0 |
| FP/src/include/kernel.h | +3 | -3 |
| FP/src/include/main.h | +4 | -3 |
| FP/src/include/output.h | +3 | -3 |
| FP/src/include/sav.h | +32 | -0 |
diff --git a/FP/src/include/input.h b/FP/src/include/input.h index 7947eab..c0bad07 100644 --- a/FP/src/include/input.h +++ b/FP/src/include/input.h @@ -30,6 +30,7 @@ input.h: Free Prince : Input devices handling DO NOT remove this copyright notice */ +/* Deprecated file! */ #ifndef _INPUT_H_ #define _INPUT_H_ diff --git a/FP/src/include/kernel.h b/FP/src/include/kernel.h index 28d2dce..02e0873 100644 --- a/FP/src/include/kernel.h +++ b/FP/src/include/kernel.h @@ -20,12 +20,12 @@ */ /* -resources.h: Princed Resources : Resource Handler headers -\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf +kernel.h: Princed Resources : Resource Handler headers +\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf Copyright 2003 Princed Development Team Created: 16 Jun 2004 - Author: Diego Essaya <efghgfdht.cod@princed.com.ar> + Author: Diego Essaya <dessaya.cod@princed.com.ar> Note: DO NOT remove this copyright notice diff --git a/FP/src/include/main.h b/FP/src/include/main.h index 334ddb1..2d39283 100644 --- a/FP/src/include/main.h +++ b/FP/src/include/main.h @@ -19,12 +19,12 @@ */ /* -resources.h: Princed Resources : Resource Handler headers -\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf +main.h: Princed Resources : Main function and parser headers +\xaf\xaf\xaf\xaf\xaf\xaf Copyright 2003, 2004 Princed Development Team Created: 16 Jun 2004 - Author: Endfhgfhgfhg <efghgfdht.cod@princed.com.ar> + Author: Enrique Calot <ecalot.cod@princed.com.ar> Note: DO NOT remove this copyright notice @@ -60,3 +60,4 @@ resources.h: Princed Resources : Resource Handler headers #define PARSING_CHARS "mtl::?" #endif + diff --git a/FP/src/include/output.h b/FP/src/include/output.h index 962cbab..af798b1 100644 --- a/FP/src/include/output.h +++ b/FP/src/include/output.h @@ -19,8 +19,8 @@ */ /* -resources.h: Free Prince : Output Devices Handler -\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf +output.h: Free Prince : Output Devices Handler +\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf Description: Platform and device independent functions for handling output @@ -29,7 +29,7 @@ resources.h: Free Prince : Output Devices Handler Copyright 2004 Princed Development Team Created: 23 Mar 2004 - Author: vhgh <fhdht.cod@princed.com.ar> + Author: Ricardo Markiewicz <rmarkie.cod@princed.com.ar> Note: DO NOT remove this copyright notice diff --git a/FP/src/include/sav.h b/FP/src/include/sav.h index ef97a85..1a9ffbb 100644 --- a/FP/src/include/sav.h +++ b/FP/src/include/sav.h @@ -1,3 +1,35 @@ +/* Princed V3 - Prince of Persia Level Editor for PC Version + Copyright (C) 2003 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 +*/ + +/* +sav.h: Free Prince : Savegames hangling module +\xaf\xaf\xaf\xaf\xaf + Copyright 2003, 2004 Princed Development Team + Created: 23 Mar 2004 + + Author: Enrique Calot <ecalot.cod@princed.com.ar> + + Note: + DO NOT remove this copyright notice +*/ + void savSave(int level, int lives, float time); /* Interface may be changed */ void savLoad(int* level, int* lives, float* time); /* Interface may be changed */