terraform_gui.c
changeset 1095 b59632d9df1b
parent 1093 4fdc46eaf423
child 1363 775a7ee52369
equal deleted inserted replaced
1094:9a01482df45a 1095:b59632d9df1b
    59 void PlaceProc_LevelLand(uint tile)
    59 void PlaceProc_LevelLand(uint tile)
    60 {
    60 {
    61 	VpStartPlaceSizing(tile, VPM_X_AND_Y | (2<<4));
    61 	VpStartPlaceSizing(tile, VPM_X_AND_Y | (2<<4));
    62 }
    62 }
    63 
    63 
    64 void PlaceProc_PlantTree(uint tile)
    64 static void PlaceProc_PlantTree(uint tile)
    65 {
    65 {
    66 }
    66 }
    67 
    67 
    68 static void TerraformClick_Lower(Window *w)
    68 static void TerraformClick_Lower(Window *w)
    69 {
    69 {