X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=src%2Fmisc.h;h=eb2d0cd661386c6f0f1e27a6c9d791b71f9bb511;hb=951248dddace9f7cadcf30700a3c3e6ad7ae2888;hp=259a511e124596bc6398c78a15493cfbf609f993;hpb=f74f720e631840566200e8f022b1068e6f3453fb;p=plomrogue diff --git a/src/misc.h b/src/misc.h index 259a511..eb2d0cd 100644 --- a/src/misc.h +++ b/src/misc.h @@ -87,14 +87,4 @@ extern struct yx_uint16 find_passable_pos(struct Map * map); -/* Call some meta game / window management actions dependent on key. If the - * "quit" action is called, return 1 only instead of doing anything directly. - */ -extern uint8_t meta_keys(int key, struct World * world, - struct WinMeta * win_meta, struct Win * win_keys, - struct Win * win_map, struct Win * win_info, - struct Win * win_log); - - - #endif