1
0

Bindings: Fixed cBoundingBox API.

This commit is contained in:
Mattes D
2016-06-05 18:23:16 +02:00
parent fbe9866524
commit c2759186c0
6 changed files with 167 additions and 15 deletions

View File

@@ -254,6 +254,12 @@ g_PluginInfo =
HelpString = "Tests the world scheduling",
},
["testbbox"] =
{
Handler = HandleConsoleTestBbox,
HelpString = "Tests cBoundingBox API"
},
["testcall"] =
{
Handler = HandleConsoleTestCall,