aboutsummaryrefslogtreecommitdiff
path: root/libs/game_bethesda/src/games/skyrim/skyrimmoddatacontent.h
blob: 96ec5a68be0d231d1eec038b9db4e0a9065e7fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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