summaryrefslogtreecommitdiffstats
path: root/game/server/whitelist.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/whitelist.hh')
-rw-r--r--game/server/whitelist.hh26
1 files changed, 0 insertions, 26 deletions
diff --git a/game/server/whitelist.hh b/game/server/whitelist.hh
deleted file mode 100644
index 990b15a..0000000
--- a/game/server/whitelist.hh
+++ /dev/null
@@ -1,26 +0,0 @@
-#pragma once
-
-namespace config
-{
-class Boolean;
-class String;
-} // namespace config
-
-namespace whitelist
-{
-extern config::Boolean enabled;
-extern config::String filename;
-} // namespace whitelist
-
-namespace whitelist
-{
-void init(void);
-void init_late(void);
-void shutdown(void);
-} // namespace whitelist
-
-namespace whitelist
-{
-bool contains(std::string_view username);
-bool matches(std::string_view username, std::uint64_t password_hash);
-} // namespace whitelist