aboutsummaryrefslogtreecommitdiff
path: root/libs/game_bethesda/src/games/enderal/enderalmoddatacontent.h
blob: 47b45b964ced3f36482eb3cdabee164e8b049957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef ENDERAL_MODDATACONTENT_H
#define ENDERAL_MODDATACONTENT_H

#include <gamebryomoddatacontent.h>
#include <ifiletree.h>

// Like Skyrim, Enderal does not need any change from the default feature:
class EnderalModDataContent : public GamebryoModDataContent
{
public:
  using GamebryoModDataContent::GamebryoModDataContent;
};

#endif  // ENDERAL_MODDATACONTENT_H