aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-02 16:58:50 +0100
committergingerBill <bill@gingerbill.org>2021-08-02 16:58:50 +0100
commitccbdf086ff1d160cec707f5fe5560509afeda495 (patch)
treef0b3affe661eab3a6eda589087d3d12eb37d12fb /src/entity.cpp
parentb0e64ca7e88a357dda71cb784ae2b12bd3f0be20 (diff)
Add `@(warning=<string>)`
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp1
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