summaryrefslogtreecommitdiffstats
path: root/src/game/client/experiments.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/experiments.hh')
-rw-r--r--src/game/client/experiments.hh20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/game/client/experiments.hh b/src/game/client/experiments.hh
deleted file mode 100644
index a2ce66a..0000000
--- a/src/game/client/experiments.hh
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef CLIENT_EXPERIMENTS_HH
-#define CLIENT_EXPERIMENTS_HH 1
-#pragma once
-
-namespace experiments
-{
-void init(void);
-void init_late(void);
-void shutdown(void);
-void update(void);
-void update_late(void);
-} // namespace experiments
-
-namespace experiments
-{
-void attack(void);
-void interact(void);
-} // namespace experiments
-
-#endif // CLIENT_EXPERIMENTS_HH