X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=src%2Factors.h;h=c97d91bbba3c30d7a4fa6017999d95d783f2cb4e;hb=47d7b87570ce3c79d3e0a6b8e765c74d065b6ba5;hp=e82d1da1b29d16cc59072a128ea77c8005998636;hpb=4f8360fb6aad70ba208ca60f0d9c94590b222530;p=plomrogue diff --git a/src/actors.h b/src/actors.h index e82d1da..c97d91b 100644 --- a/src/actors.h +++ b/src/actors.h @@ -1,6 +1,12 @@ #ifndef ACTORS_H #define ACTORS_H +#include +#include "yx_uint16.h" + +struct World; +struct Map; + struct Player { struct yx_uint16 pos; };