(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.

This commit is contained in:
rubidium
2008-01-09 09:45:45 +00:00
parent 931e6ea49d
commit 0e517fe023
62 changed files with 224 additions and 176 deletions

View File

@@ -23,6 +23,8 @@
#include "strings_func.h"
#include "core/alloc_func.hpp"
#include "window_func.h"
#include "viewport_func.h"
#include "gfx_func.h"
typedef int CDECL StationSortListingTypeFunction(const void*, const void*);