X-Git-Url: https://plomlompom.com/repos/index.html?a=blobdiff_plain;f=src%2Fmap_object_actions.h;h=ae764b9f1ea746d97fd1c555f9eb003f977e3cf3;hb=fb8ddca6abc66eb7e52a007850689309b4cda938;hp=6034611a7df36ddc4d0f8851f5278a72329f6b17;hpb=dec2d178db21e98981c87bb2e4b46fed3b2c06c8;p=plomrogue diff --git a/src/map_object_actions.h b/src/map_object_actions.h index 6034611..ae764b9 100644 --- a/src/map_object_actions.h +++ b/src/map_object_actions.h @@ -11,7 +11,7 @@ #include "yx_uint16.h" /* for yx_uint16 coordinates */ struct World; struct Map; -struct Monster; +struct MapObj; @@ -20,7 +20,7 @@ struct Monster; * and thereby potentially trigger the player's death. Update the log for any * contact action. */ -extern void move_monster(struct World * world, struct Monster * monster); +extern void move_monster(struct World * world, struct MapObj * monster);