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;