(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 2786d789a1
commit b9046c97fb
75 changed files with 88 additions and 87 deletions

View File

@@ -9,7 +9,6 @@
#include "player.h"
#include "screenshot.h"
#include "variables.h"
#include "date.h"
#include "string.h"
#include "blitter/factory.hpp"
#include "fileio.h"
@@ -18,6 +17,7 @@
#include "core/alloc_func.hpp"
#include "core/endian_func.hpp"
#include "map_func.h"
#include "date_func.h"
char _screenshot_format_name[8];
uint _num_screenshot_formats;