File diff r2158:c6fcd114db94 → r2159:2c706fe6b0a7
player.h
Show inline comments
 
#ifndef PLAYER_H
 
#define PLAYER_H
 

	
 
#include "aystar.h"
 
#include "engine.h"
 
#include "rail.h"
 

	
 
typedef struct PlayerEconomyEntry {
 
	int32 income;
 
	int32 expenses;
 
	int32 delivered_cargo;
 
	int32 performance_history;	// player score (scale 0-1000)
 
	int64 company_value;
 
} PlayerEconomyEntry;
 

	
 
typedef struct AiBuildRec {
 
	TileIndex spec_tile;