(svn r11702) -Codechange: move all date related stuff to date*.

This commit is contained in:
rubidium
2007-12-26 13:50:40 +00:00
parent f82aeb82c5
commit db73addb43
75 changed files with 88 additions and 87 deletions

View File

@@ -11,8 +11,8 @@
#ifdef ENABLE_NETWORK
#include "config.h"
#include "../../date.h"
#include "../../newgrf_config.h"
#include "../../date_type.h"
/**
* This is the struct used by both client and server

View File

@@ -11,6 +11,7 @@
#include "../../core/bitmath_func.hpp"
#include "../../core/math_func.hpp"
#include "../../core/alloc_func.hpp"
#include "../../date_func.h"
#include "packet.h"
#include "udp.h"