Home
last modified time | relevance | path

Searched refs:houseprice (Results 1 – 4 of 4) sorted by relevance

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dcallback.c865 if(currentgame->estate[id].houseprice) { in CallBack_EstateTree_SelectRow()
867 Text = g_strdup_printf("\nBuy house price: %d", currentgame->estate[id].houseprice); in CallBack_EstateTree_SelectRow()
890 if(currentgame->estate[id].houseprice) { in CallBack_EstateTree_SelectRow()
H A Dglobal.h134 guint32 houseprice; member
H A Dxmlparse.c548 currentgame->estate[id].houseprice = atoi((gchar*)tmp); in xmlparse_estateupdate()
H A Dinterface.c623 currentgame->estate[i].houseprice ); in interface_create_gameboardpage()