1
0
Fork 0

Moved ChatColor.h out of defines where it was not needed

This commit is contained in:
archshift 2014-07-17 23:25:14 -07:00
parent 000ec7a96f
commit ffe44c13d0
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#pragma once
#include "ChatColor.h"
#include <limits>
#include <cmath>

View File

@ -2,6 +2,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "Player.h"
#include "../ChatColor.h"
#include "../Server.h"
#include "../UI/Window.h"
#include "../UI/WindowOwner.h"