chore(console): adjust files for clarity

This commit is contained in:
fallenoak 2025-09-23 10:39:29 -07:00
parent fb0934af0f
commit 555ebf726c
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D
3 changed files with 6 additions and 6 deletions

View File

@ -3,8 +3,8 @@
#include "client/ClientHandlers.hpp" #include "client/ClientHandlers.hpp"
#include "client/ClientServices.hpp" #include "client/ClientServices.hpp"
#include "console/CVar.hpp" #include "console/CVar.hpp"
#include "console/Client.hpp"
#include "console/Device.hpp" #include "console/Device.hpp"
#include "console/Initialize.hpp"
#include "console/Screen.hpp" #include "console/Screen.hpp"
#include "db/Db.hpp" #include "db/Db.hpp"
#include "glue/CGlueMgr.hpp" #include "glue/CGlueMgr.hpp"

View File

@ -1,7 +1,7 @@
#include "console/Client.hpp" #include "console/Initialize.hpp"
#include "CommandHandlers.hpp"
#include "console/CVar.hpp"
#include "console/Command.hpp" #include "console/Command.hpp"
#include "console/CommandHandlers.hpp"
#include "console/CVar.hpp"
static const char* s_filename; static const char* s_filename;

View File

@ -1,5 +1,5 @@
#ifndef CONSOLE_CLIENT_HPP #ifndef CONSOLE_INITIALIZE_HPP
#define CONSOLE_CLIENT_HPP #define CONSOLE_INITIALIZE_HPP
void ConsoleInitializeClientCommand(); void ConsoleInitializeClientCommand();