summaryrefslogtreecommitdiffstats
path: root/game/shared/factory.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/shared/factory.hh')
-rw-r--r--game/shared/factory.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/game/shared/factory.hh b/game/shared/factory.hh
deleted file mode 100644
index c3449dd..0000000
--- a/game/shared/factory.hh
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef SHARED_FACTORY
-#define SHARED_FACTORY 1
-#pragma once
-
-class Dimension;
-
-namespace shared_factory
-{
-void create_player(Dimension* dimension, entt::entity entity);
-} // namespace shared_factory
-
-#endif /* SHARED_FACTORY */