mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-21 06:01:29 +00:00
water_map.cpp header include cleanup
This commit is contained in:
parent
8ebfa36f00
commit
6fd2c2915a
@ -1,14 +1,14 @@
|
|||||||
#include "../common/debug.h"
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <algorithm>
|
|
||||||
#include <functional>
|
|
||||||
#include <cctype>
|
|
||||||
|
|
||||||
#include "water_map.h"
|
#include "water_map.h"
|
||||||
#include "water_map_v1.h"
|
#include "water_map_v1.h"
|
||||||
#include "water_map_v2.h"
|
#include "water_map_v2.h"
|
||||||
|
|
||||||
|
#include <algorithm>
|
||||||
|
#include <cctype>
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
WaterMap* WaterMap::LoadWaterMapfile(std::string zone_name) {
|
WaterMap* WaterMap::LoadWaterMapfile(std::string zone_name) {
|
||||||
std::transform(zone_name.begin(), zone_name.end(), zone_name.begin(), ::tolower);
|
std::transform(zone_name.begin(), zone_name.end(), zone_name.begin(), ::tolower);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user