File diff r14247:2f155b9f20db → r14248:a9050881acd7
src/saveload/signs_sl.cpp
Show inline comments
 
@@ -7,13 +7,12 @@
 
 * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
 
 */
 

	
 
/** @file signs_sl.cpp Code handling saving and loading of economy data */
 

	
 
#include "../stdafx.h"
 
#include "../company_func.h"
 
#include "../signs_base.h"
 

	
 
#include "saveload.h"
 

	
 
static const SaveLoad _sign_desc[] = {
 
  SLE_CONDVAR(Sign, name,  SLE_NAME,                   0, 83),