1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-22 05:59:10 +00:00

(svn r19076) -Codechange: Move graph functions to their own header.

This commit is contained in:
terkhen
2010-02-10 15:24:48 +00:00
parent 73ed81b1c7
commit 2329eacfe8
7 changed files with 35 additions and 11 deletions

View File

@@ -11,7 +11,7 @@
#include "stdafx.h"
#include "openttd.h"
#include "gui.h"
#include "graph_gui.h"
#include "window_gui.h"
#include "company_base.h"
#include "company_gui.h"