X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fwincontrol.h;h=29a6ddfef472cb3da1fae9594b9da786c0674d9f;hb=c1a7e6cdb13cd7d883424afdf0fe08e9a10fbc28;hp=c8dc83ba79b430a37d41076e9a18a114ed057912;hpb=f8325a4ea617b15315183d7a8027c0b913c91034;p=plomrogue diff --git a/src/wincontrol.h b/src/wincontrol.h index c8dc83b..29a6ddf 100644 --- a/src/wincontrol.h +++ b/src/wincontrol.h @@ -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 *));