(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.

This commit is contained in:
rubidium
2008-09-30 20:51:04 +00:00
parent 3b798599b6
commit b650a86e58
111 changed files with 234 additions and 234 deletions

20
src/company_gui.h Normal file
View File

@@ -0,0 +1,20 @@
/* $Id$ */
/** @file company_gui.h GUI Functions related to companies. */
#ifndef COMPANY_GUI_H
#define COMPANY_GUI_H
#include "company_type.h"
uint16 GetDrawStringCompanyColor(CompanyID company);
void DrawCompanyIcon(CompanyID p, int x, int y);
void ShowCompanyStations(CompanyID company);
void ShowCompanyFinances(CompanyID company);
void ShowCompany(CompanyID company);
void InvalidateCompanyWindows(const Company *c);
void DeleteCompanyWindows(CompanyID company);
#endif /* COMPANY_GUI_H */