mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 09:26:36 +00:00
normalize includes: common
This commit is contained in:
@@ -20,10 +20,6 @@
|
||||
|
||||
#include "common/types.h"
|
||||
|
||||
#include <string>
|
||||
#include <time.h>
|
||||
|
||||
|
||||
#ifndef ERRBUF_SIZE
|
||||
#define ERRBUF_SIZE 1024
|
||||
#endif
|
||||
@@ -46,10 +42,9 @@
|
||||
return; \
|
||||
}
|
||||
|
||||
int32 filesize(FILE* fp);
|
||||
uint32 ResolveIP(const char* hostname, char* errbuf = 0);
|
||||
bool ParseAddress(const char* iAddress, uint32* oIP, uint16* oPort, char* errbuf = 0);
|
||||
void CoutTimestamp(bool ms = true);
|
||||
|
||||
float EQ13toFloat(int d);
|
||||
float EQ19toFloat(int d);
|
||||
float EQHtoFloat(int d);
|
||||
|
||||
Reference in New Issue
Block a user