Files
openttd-cmclient/src/cargo_table_gui.h
Pavel Stupnikov d046e1cb5c missing files
2014-03-25 15:50:02 +04:00

15 lines
349 B
C

/* $Id: cargo_table_gui.h 21700 2011-01-03 11:55:08Z $ */
/** @file cargo_table_gui.h GUI Functions related to cargos. */
#ifndef CARGO_TABLE_H
#define CARGO_TABLE_H
#include "company_type.h"
#include "gfx_type.h"
void ShowCompanyCargos(CompanyID company);
void InvalidateCargosWindows(CompanyID cid);
#endif /* CARGO_TABLE_H */