mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 18:32:12 +00:00
Add @(warning=<string>)
This commit is contained in:
@@ -136,6 +136,7 @@ struct Entity {
|
||||
|
||||
u64 order_in_src;
|
||||
String deprecated_message;
|
||||
String warning_message;
|
||||
|
||||
// IMPORTANT NOTE(bill): This must be a discriminated union because of patching
|
||||
// later entity kinds
|
||||
|
||||
Reference in New Issue
Block a user