Complete unit render demo
This commit is contained in:
parent
3a6db7779b
commit
322ffd006f
@ -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");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user