|
@@ -307,7 +307,7 @@ int RegisterCalculator(){
|
|
|
|
|
|
CC=memAcquire(sizeof(CalculatorCollection));
|
|
CC=memAcquire(sizeof(CalculatorCollection));
|
|
|
|
|
|
- laRegisterUiTemplate("panel_calc", "Calculator", CalcPanel, 0, 0);
|
|
|
|
|
|
+ laRegisterUiTemplate("panel_calc", "Calculator", CalcPanel, 0, 0,0);
|
|
|
|
|
|
laCreateOperatorType("CALC_add_calculator", "Add Calculator", "Add a calculator", 0,0,0,OPINV_AddCalculator,0,'+',0);
|
|
laCreateOperatorType("CALC_add_calculator", "Add Calculator", "Add a calculator", 0,0,0,OPINV_AddCalculator,0,'+',0);
|
|
laCreateOperatorType("CALC_add_rack", "Add Rack", "Add a rack into the calculator", 0,0,0,OPINV_AddRack,0,'+',0);
|
|
laCreateOperatorType("CALC_add_rack", "Add Rack", "Add a rack into the calculator", 0,0,0,OPINV_AddRack,0,'+',0);
|
|
@@ -591,8 +591,8 @@ void ScenePanel(laUiList *uil, laPropPack *This, laPropPack *DetachedProps, laCo
|
|
}
|
|
}
|
|
|
|
|
|
int RegisterEverything(){
|
|
int RegisterEverything(){
|
|
- laRegisterUiTemplate("panel_fruit", "Fruits", FruitsPanel, 0, 0);
|
|
|
|
- laRegisterUiTemplate("panel_scene", "Scene", ScenePanel, 0, 0);
|
|
|
|
|
|
+ laRegisterUiTemplate("panel_fruit", "Fruits", FruitsPanel, 0, 0,0);
|
|
|
|
+ laRegisterUiTemplate("panel_scene", "Scene", ScenePanel, 0, 0,0);
|
|
|
|
|
|
laCreateOperatorType("BOWL_add", "Add Bowl", "Add a bowl", 0,0,0,OPINV_AddBowl,0,'+',0);
|
|
laCreateOperatorType("BOWL_add", "Add Bowl", "Add a bowl", 0,0,0,OPINV_AddBowl,0,'+',0);
|
|
laCreateOperatorType("BOWL_remove", "Remove Bowl", "Remove a bowl", 0,0,0,OPINV_RemoveBowl,0,'-',0);
|
|
laCreateOperatorType("BOWL_remove", "Remove Bowl", "Remove a bowl", 0,0,0,OPINV_RemoveBowl,0,'-',0);
|