home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dec2d17
)
Improved comments.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 27 Aug 2013 03:48:08 +0000
(
05:48
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 27 Aug 2013 03:48:08 +0000
(
05:48
+0200)
src/map_objects.c
patch
|
blob
|
history
diff --git
a/src/map_objects.c
b/src/map_objects.c
index a5158cec3bbcfc2033e9ccb8d450b6037ff1df92..e35a88c49c01b692e10ea14998dc40d27d1cc591 100644
(file)
--- a/
src/map_objects.c
+++ b/
src/map_objects.c
@@
-4,7
+4,7
@@
#include <stdlib.h> /* for malloc(), calloc(), free(), atoi() */
#include <stdint.h> /* for uint8_t */
#include <stdio.h> /* for FILE typedef */
-#include <string.h> /* for strchr(), strlen(), memcpy()
*/
+#include <string.h> /* for strchr(), strlen(), memcpy()
, strtok()
*/
#include "readwrite.h" /* for [read/write]_uint[8/16/23][_bigendian]() */
#include "misc.h" /* for textfile_sizes(), find_passable_pos() */
#include "main.h" /* for World struct */