uce/test/call_file_funcs.uce
2022-04-18 23:37:21 +00:00

7 lines
83 B
Plaintext

// some bullshit?
EXPORT void test_func()
{
print("HELLO FROM TEST FUNCTION");
}