Reference Arbutils/Enum in ScriptCategory.hpp
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2021-10-30 14:31:43 +02:00
parent e1d8348b2f
commit 2e2abfe122
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#ifndef CREATURELIB_SCRIPTCATEGORY_HPP
#define CREATURELIB_SCRIPTCATEGORY_HPP
#include <Arbutils/Enum.hpp>
ENUM(ScriptCategory, uint8_t, Attack, Talent, Status, Creature, Battle, Side)