Home
last modified time | relevance | path

Searched refs:SC_TOOL (Results 1 – 3 of 3) sorted by relevance

/dports/games/powder-toy/The-Powder-Toy-95.0/src/simulation/
H A DSimulationData.h20 #define SC_TOOL 13 macro
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/game/
H A DGameModel.cpp330 menuList[SC_TOOL]->AddTool(tempTool); in BuildMenus()
333 …menuList[SC_TOOL]->AddTool(new WindTool(0, "WIND", "Creates air movement.", 64, 64, 64, "DEFAULT_U… in BuildMenus()
334 menuList[SC_TOOL]->AddTool(new PropertyTool()); in BuildMenus()
335 menuList[SC_TOOL]->AddTool(new SignTool(this)); in BuildMenus()
336 menuList[SC_TOOL]->AddTool(new SampleTool(this)); in BuildMenus()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/lua/
H A DLuaScriptInterface.cpp2469 SETCONST(l, SC_TOOL); in initElementsAPI()