diff options
| author | gingerBill <bill@gingerbill.org> | 2021-08-02 16:58:50 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-08-02 16:58:50 +0100 |
| commit | ccbdf086ff1d160cec707f5fe5560509afeda495 (patch) | |
| tree | f0b3affe661eab3a6eda589087d3d12eb37d12fb /src/entity.cpp | |
| parent | b0e64ca7e88a357dda71cb784ae2b12bd3f0be20 (diff) | |
Add `@(warning=<string>)`
Diffstat (limited to 'src/entity.cpp')
| -rw-r--r-- | src/entity.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.cpp b/src/entity.cpp index f875b9607..cd9d3a88b 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -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 |