W7 done done
This commit is contained in:
@@ -28,7 +28,9 @@ DValue unit_info(String path = "");
|
||||
StringList units_list();
|
||||
bool unit_compile(String path = "");
|
||||
|
||||
#ifndef __UCE_WASM_UNIT__
|
||||
SharedUnit* unit_load(String file_name);
|
||||
#endif
|
||||
void unit_render(String file_name);
|
||||
void unit_render(String file_name, Request& context);
|
||||
DValue* unit_call(String file_name, String function_name, DValue* call_param = 0);
|
||||
|
||||
Reference in New Issue
Block a user