diff --git a/project/src/utils/ByteArray.cpp b/project/src/utils/ByteArray.cpp index b83efd63d..55c28f459 100644 --- a/project/src/utils/ByteArray.cpp +++ b/project/src/utils/ByteArray.cpp @@ -205,4 +205,11 @@ namespace lime { DEFINE_PRIM (lime_byte_array_read_file, 1); -} \ No newline at end of file +} + + +extern "C" int lime_byte_array_register_prims () { + + return 0; + +}