X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FIkari.h;h=979015b636ed318d8c08666117aea888934765fd;hb=6e88a625710c7936f87b38ecf6094472f3a49f4f;hp=299953824df6374cff9e95f36e4f443e8fa22c9d;hpb=70641f2eb3f9fce8c89dcbf345e202050609a142;p=l2e.git diff --git a/src/common/Ikari.h b/src/common/Ikari.h index 2999538..979015b 100644 --- a/src/common/Ikari.h +++ b/src/common/Ikari.h @@ -35,10 +35,13 @@ public: void SetMagical() { isPhysical = false; } void SetPhysical() { isPhysical = true; } + static void CreateTypeDescription(); + static void Construct(void *); + private: const char *name; - Uint8 cost; + int cost; TargetingMode targetingMode; bool isPhysical;