(svn r17727) -Codechange: some coding style and documentation fixes

This commit is contained in:
rubidium
2009-10-06 19:52:27 +00:00
parent b25f03a447
commit 10428de7a3
3 changed files with 73 additions and 43 deletions

View File

@@ -196,6 +196,11 @@ static const SaveLoad _station_speclist_desc[] = {
SLE_END()
};
/**
* Wrapper function to get the GoodsEntry's internal structure while
* some of the variables itself are private.
* @return the saveload description for GoodsEntry.
*/
const SaveLoad *GetGoodsDesc()
{
static const SaveLoad goods_desc[] = {