mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
chore(console): adjust files for clarity
This commit is contained in:
parent
fb0934af0f
commit
555ebf726c
@ -3,8 +3,8 @@
|
||||
#include "client/ClientHandlers.hpp"
|
||||
#include "client/ClientServices.hpp"
|
||||
#include "console/CVar.hpp"
|
||||
#include "console/Client.hpp"
|
||||
#include "console/Device.hpp"
|
||||
#include "console/Initialize.hpp"
|
||||
#include "console/Screen.hpp"
|
||||
#include "db/Db.hpp"
|
||||
#include "glue/CGlueMgr.hpp"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include "console/Client.hpp"
|
||||
#include "CommandHandlers.hpp"
|
||||
#include "console/CVar.hpp"
|
||||
#include "console/Initialize.hpp"
|
||||
#include "console/Command.hpp"
|
||||
#include "console/CommandHandlers.hpp"
|
||||
#include "console/CVar.hpp"
|
||||
|
||||
static const char* s_filename;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef CONSOLE_CLIENT_HPP
|
||||
#define CONSOLE_CLIENT_HPP
|
||||
#ifndef CONSOLE_INITIALIZE_HPP
|
||||
#define CONSOLE_INITIALIZE_HPP
|
||||
|
||||
void ConsoleInitializeClientCommand();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user