normalize includes: zone

This commit is contained in:
brainiac
2025-12-18 00:59:27 -08:00
committed by Alex
parent 552a908f92
commit 7fe49b5630
278 changed files with 2431 additions and 2901 deletions
+4 -7
View File
@@ -1,9 +1,9 @@
#ifndef EQEMU_DIALOGUE_WINDOW_H
#define EQEMU_DIALOGUE_WINDOW_H
#pragma once
#include <map>
#include <string>
#include "client.h"
class Client;
static const std::map<std::string, std::string> html_colors = {
{"black", "#000000"},
@@ -462,6 +462,3 @@ public:
static std::string TableCell(std::string message = std::string());
static std::string TableRow(std::string message);
};
#endif //EQEMU_DIALOGUE_WINDOW_H