home · contact · privacy
Reformatted map_objects.h to ensure max line length of 80 chars.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 24 Aug 2013 04:26:08 +0000 (06:26 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 24 Aug 2013 04:26:08 +0000 (06:26 +0200)
src/map_objects.h

index 015864812c03bc6241499e3c8bf14720b1dd340c..a905b7bc48f4f788729fc886fe6fa9f37d15fc17 100644 (file)
@@ -91,7 +91,8 @@ extern void * build_map_objects(struct World * world, void * start, char def_id,
  */
 extern uint8_t write_map_objects(struct World * world, void * start,
                                  FILE * file);
-extern uint8_t read_map_objects(struct World * world, void * start, FILE * file);
+extern uint8_t read_map_objects(struct World * world, void * start,
+                                FILE * file);