Initial commit

This commit is contained in:
2021-05-21 17:39:11 +02:00
commit 5584a9674a
10 changed files with 102 additions and 0 deletions

5
meta/evmod.namespaces Normal file
View File

@@ -0,0 +1,5 @@
EV_NS_DEF_BEGIN(Namespace1)
EV_NS_DEF_FN(U32, update, (F32, deltaTime))
EV_NS_DEF_END(Namespace1)