Skip to content

Commit 2b7a5f0

Browse files
committed
feat: regenerated for stergiotis/boxer@5678144
1 parent 4c6936f commit 2b7a5f0

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

common/src/binding/imgui/dispatch.h

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13807,6 +13807,14 @@ case 0x00000402:
1380713807
}
1380813808
break;
1380913809
case 0x00000403:
13810+
{
13811+
FFFI_FUNCTION_INVOCATION("TableNextColumnP")
13812+
{
13813+
ImGui::TableNextColumn();
13814+
}
13815+
}
13816+
break;
13817+
case 0x00000404:
1381013818
{
1381113819
FFFI_FUNCTION_INVOCATION("Toggle")
1381213820
auto label = receiveString();
@@ -13823,7 +13831,7 @@ valR = val;
1382313831
}
1382413832
}
1382513833
break;
13826-
case 0x00000404:
13834+
case 0x00000405:
1382713835
{
1382813836
FFFI_FUNCTION_INVOCATION("ToggleV")
1382913837
auto label = receiveString();
@@ -13845,7 +13853,7 @@ valR = val;
1384513853
}
1384613854
}
1384713855
break;
13848-
case 0x00000405:
13856+
case 0x00000406:
1384913857
{
1385013858
FFFI_FUNCTION_INVOCATION("InvisibleButtonP")
1385113859
auto str_id = receiveString();
@@ -13855,7 +13863,7 @@ case 0x00000405:
1385513863
}
1385613864
}
1385713865
break;
13858-
case 0x00000406:
13866+
case 0x00000407:
1385913867
{
1386013868
FFFI_FUNCTION_INVOCATION("InvisibleButtonVP")
1386113869
auto str_id = receiveString();

0 commit comments

Comments
 (0)