(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
This commit is contained in:
20
src/company_gui.h
Normal file
20
src/company_gui.h
Normal 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 */
|
Reference in New Issue
Block a user