#ifndef OPENMW_BASESTRUCTS_HPP #define OPENMW_BASESTRUCTS_HPP namespace mwmp { struct Animation { std::string groupname; int mode; int count; bool persist; }; } #endif //OPENMW_BASESTRUCTS_HPP