home · contact · privacy
Moved allocation and freeing of Win structs into windows library.
[plomrogue] / src / wincontrol.h
index c8dc83ba79b430a37d41076e9a18a114ed057912..29a6ddfef472cb3da1fae9594b9da786c0674d9f 100644 (file)
@@ -20,8 +20,8 @@ struct World;
  * file at the path prefixing the provided win name "w_name" with
  * "config/windows/". "f"() is the window drawing function (Win._draw()).
  */
-extern struct Win init_win_from_file(struct World * world, char * w_name,
-                                     void (* f) (struct Win *));
+extern struct Win init_win_from_file(struct World * world, char * w_name,
+                                       void (* f) (struct Win *));