summaryrefslogtreecommitdiff
path: root/src/04_Load/Player/LinkStateItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/04_Load/Player/LinkStateItem.cpp')
-rw-r--r--src/04_Load/Player/LinkStateItem.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/04_Load/Player/LinkStateItem.cpp b/src/04_Load/Player/LinkStateItem.cpp
new file mode 100644
index 00000000..b6d31fea
--- /dev/null
+++ b/src/04_Load/Player/LinkStateItem.cpp
@@ -0,0 +1,5 @@
+#include "Player/LinkStateItem.hpp"
+
+LinkStateItem::LinkStateItem(PlayerLinkBase *link) :
+ LinkStateBase(link) {}
+LinkStateItem::~LinkStateItem() {}