Complete unit render demo

This commit is contained in:
udo 2026-07-18 17:27:19 +00:00
parent 3a6db7779b
commit 322ffd006f

View File

@ -5,3 +5,8 @@ EXPORT DValue* test_func(DValue* call_param)
print("HELLO FROM TEST FUNCTION");
return(0);
}
RENDER(Request& context)
{
print("HELLO FROM UNIT RENDER");
}