| 637 | |
| 638 | |
| 639 | ::hx::CppiaLoadedModule __scriptable_cppia_from_data(Array<unsigned char> inCode) |
| 640 | { |
| 641 | return hx::LoadCppia( (unsigned char *)inCode->GetBase() ,inCode->length); |
| 642 | } |
| 643 | |
| 644 | |
| 645 | void __scriptable_load_cppia(String inCode) |
nothing calls this directly
no test coverage detected