Change from test_* prefix to @(test) attribute for odin test

This commit is contained in:
gingerBill
2021-03-14 18:43:21 +00:00
parent db0ac2ba98
commit f5142aaec4
6 changed files with 22 additions and 18 deletions

View File

@@ -64,6 +64,8 @@ enum EntityFlag : u32 {
EntityFlag_Disabled = 1<<24,
EntityFlag_Test = 1<<25,
};
enum EntityState {