diff options
| author | untodesu <kirill@untode.su> | 2025-09-11 15:48:53 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-09-11 15:48:53 +0500 |
| commit | d0fbd68055e3f4a796330cc8acc6c0954b5327ff (patch) | |
| tree | e581014ea02711efa5e71f00f9862e5bca58f2ed /game/server/whitelist.hh | |
| parent | cbd823aa2154a956e7da4319eecbf7afc10441ae (diff) | |
| download | voxelius-d0fbd68055e3f4a796330cc8acc6c0954b5327ff.tar.bz2 voxelius-d0fbd68055e3f4a796330cc8acc6c0954b5327ff.zip | |
Run clang-format across the project
Diffstat (limited to 'game/server/whitelist.hh')
| -rw-r--r-- | game/server/whitelist.hh | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/game/server/whitelist.hh b/game/server/whitelist.hh index 4695d16..990b15a 100644 --- a/game/server/whitelist.hh +++ b/game/server/whitelist.hh @@ -1,26 +1,26 @@ -#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 +#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
|
