package hxcpp; #if (hxcpp_api_level>=330) class StaticSqlite { } #else @:cppFileCode( 'extern "C" int sqlite_register_prims();') @:buildXml(" ") @:keep class StaticSqlite { static function __init__() { untyped __cpp__("sqlite_register_prims();"); } } #end