#ifndef ENDERAL_MODDATACONTENT_H #define ENDERAL_MODDATACONTENT_H #include #include // Like Skyrim, Enderal does not need any change from the default feature: class EnderalModDataContent : public GamebryoModDataContent { public: using GamebryoModDataContent::GamebryoModDataContent; }; #endif // ENDERAL_MODDATACONTENT_H