mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 09:24:33 +00:00
Change from test_* prefix to @(test) attribute for odin test
This commit is contained in:
@@ -64,6 +64,8 @@ enum EntityFlag : u32 {
|
||||
|
||||
EntityFlag_Disabled = 1<<24,
|
||||
|
||||
EntityFlag_Test = 1<<25,
|
||||
|
||||
};
|
||||
|
||||
enum EntityState {
|
||||
|
||||
Reference in New Issue
Block a user