Added specialization

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-05-21 19:16:32 +02:00
parent 5584a9674a
commit 97fa6cd6f4
8 changed files with 20 additions and 59 deletions

View File

@@ -1,2 +0,0 @@
EV_CONFIG_VAR(template_var1, I32, 0)
EV_CONFIG_VAR(template_var2, SDS, "Default")

View File

@@ -1,3 +0,0 @@
PRIMARY(PrimaryEvent, { U32 dummy_primary; })
SECONDARY(PrimaryEvent, SecondaryEvent, { U32 dummy_secondary; })

View File

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

View File

@@ -1,2 +0,0 @@
TYPE(TypeA, { I32 member1, F32 member2; })
TYPE(TypeB, { PTR memberX, STR memberY; })