Add @(warning=<string>)

This commit is contained in:
gingerBill
2021-08-02 16:58:50 +01:00
parent b0e64ca7e8
commit ccbdf086ff
4 changed files with 21 additions and 0 deletions

View File

@@ -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