diff options
Diffstat (limited to 'libs/game_bethesda/src/games/skyrim/skyrimmoddatacontent.h')
| -rw-r--r-- | libs/game_bethesda/src/games/skyrim/skyrimmoddatacontent.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libs/game_bethesda/src/games/skyrim/skyrimmoddatacontent.h b/libs/game_bethesda/src/games/skyrim/skyrimmoddatacontent.h new file mode 100644 index 0000000..96ec5a6 --- /dev/null +++ b/libs/game_bethesda/src/games/skyrim/skyrimmoddatacontent.h @@ -0,0 +1,14 @@ +#ifndef SKYRIM_MODDATACONTENT_H +#define SKYRIM_MODDATACONTENT_H + +#include <gamebryomoddatacontent.h> +#include <ifiletree.h> + +// Skyrim does not need any change from the default feature: +class SkyrimModDataContent : public GamebryoModDataContent +{ +public: + using GamebryoModDataContent::GamebryoModDataContent; +}; + +#endif // SKYRIM_MODDATACONTENT_H |
