diff options
author | rubidium <rubidium@openttd.org> | 2009-10-06 19:52:27 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-10-06 19:52:27 +0000 |
commit | 1e2dc255829ecf9dad6be4ef88cbc3646a3d4675 (patch) | |
tree | 2a8e4ec181234f27e7ff49668fab63266b8aa0a0 /src/saveload | |
parent | 7a8a97e68a8987ae79dfca118c3f2ad9b94ab78c (diff) | |
download | openttd-1e2dc255829ecf9dad6be4ef88cbc3646a3d4675.tar.xz |
(svn r17727) -Codechange: some coding style and documentation fixes
Diffstat (limited to 'src/saveload')
-rw-r--r-- | src/saveload/station_sl.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/saveload/station_sl.cpp b/src/saveload/station_sl.cpp index 5e11c04c5..cce636046 100644 --- a/src/saveload/station_sl.cpp +++ b/src/saveload/station_sl.cpp @@ -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[] = { |