X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/static/git-logo.png?a=blobdiff_plain;f=roguelike.h;h=0d0ce86ab385b91f8237397f099131681a995817;hb=bfbd452c40d252715f0622e67e93028a35d6dd42;hp=2bfa449f071f05ff91498c9c6f2ce88af8a2bce5;hpb=c1a11c82ca5dd7aa7b48e79b72fcb0112565e1bc;p=plomrogue diff --git a/roguelike.h b/roguelike.h index 2bfa449..0d0ce86 100644 --- a/roguelike.h +++ b/roguelike.h @@ -28,8 +28,8 @@ uint16_t read_uint16_bigendian(FILE * file); void write_uint16_bigendian(uint16_t x, FILE * file); uint32_t read_uint32_bigendian(FILE * file); void write_uint32_bigendian(uint32_t x, FILE * file); -void load_seed(struct World *); -void save_seed(struct World *); +void load_game(struct World *); +void save_game(struct World *); void toggle_window (struct WinMeta *, struct Win *); void growshrink_active_window (struct WinMeta *, char); struct Map init_map ();