| author | ecalot
<ecalot> 2004-06-13 19:35:52 UTC |
| committer | ecalot
<ecalot> 2004-06-13 19:35:52 UTC |
| parent | 3b5ca9ac628fd0b9a39eaae0cd02b061a56ddcc4 |
| FP/src/include/maps.h | +19 | -0 |
diff --git a/FP/src/include/maps.h b/FP/src/include/maps.h new file mode 100644 index 0000000..5b021d2 --- /dev/null +++ b/FP/src/include/maps.h @@ -0,0 +1,19 @@ + + + +int levelUse(void* level); +/* Sets the level for future use using the resource given + * Initializes the position in the beginning of the level + * + * Return 0 on success + */ + +int levelGetScreenWalls(unsigned char* data,unsigned char* borders); +int levelGetScreenItems(unsigned char* data,unsigned char* borders); + +int levelMoveScreen(tDirection direction); + +int levelGetGuards(/* TODO: add modifiers */); +int levelGetDoorMap(/* TODO: idem */); + +