diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-12 17:02:36 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-12 17:02:36 +0200 |
| commit | 97c74a7c43bcc7e0551a967c6fa2720e9cb58efb (patch) | |
| tree | c2ad9a76dbaf788bd8fdb41e5b18b75b7f7e3298 /.vscode/settings.json | |
| parent | 2618066ba0b9e7c490797821dca4d19b48a09256 (diff) | |
| download | turns-97c74a7c43bcc7e0551a967c6fa2720e9cb58efb.tar.xz turns-97c74a7c43bcc7e0551a967c6fa2720e9cb58efb.zip | |
lib: add active and defeated properties to Turns.Participant
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index 2671100..a31f5db 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,6 +12,7 @@ "gchar", "gclass", "gfloat", + "gint", "gobj", "gobject", "gtkmm", |
