player.h
changeset 2159 3b634157c3b2
parent 2154 63a6b880b4c0
child 2186 461a2aff3486
equal deleted inserted replaced
2158:b134d7479c0e 2159:3b634157c3b2
     1 #ifndef PLAYER_H
     1 #ifndef PLAYER_H
     2 #define PLAYER_H
     2 #define PLAYER_H
     3 
     3 
     4 #include "aystar.h"
     4 #include "aystar.h"
     5 #include "engine.h"
       
     6 #include "rail.h"
     5 #include "rail.h"
     7 
     6 
     8 typedef struct PlayerEconomyEntry {
     7 typedef struct PlayerEconomyEntry {
     9 	int32 income;
     8 	int32 income;
    10 	int32 expenses;
     9 	int32 expenses;