home · contact · privacy
Improved comments.
authorChristian Heller <c.heller@plomlompom.de>
Tue, 27 Aug 2013 03:48:08 +0000 (05:48 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Tue, 27 Aug 2013 03:48:08 +0000 (05:48 +0200)
src/map_objects.c

index a5158cec3bbcfc2033e9ccb8d450b6037ff1df92..e35a88c49c01b692e10ea14998dc40d27d1cc591 100644 (file)
@@ -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 */