From 12d2e458b0c8f0b57b0e42f3dd9fe992e3ebc5b8 Mon Sep 17 00:00:00 2001 From: Hop311 Date: Sat, 8 Apr 2023 18:37:30 +0100 Subject: Map modes + moved province index image to SIM side --- extension/src/openvic2/Types.hpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 extension/src/openvic2/Types.hpp (limited to 'extension/src/openvic2/Types.hpp') diff --git a/extension/src/openvic2/Types.hpp b/extension/src/openvic2/Types.hpp new file mode 100644 index 0000000..0fb1c8b --- /dev/null +++ b/extension/src/openvic2/Types.hpp @@ -0,0 +1,7 @@ +#pragma once + +namespace OpenVic2 { + using return_t = bool; + // This mirrors godot::Error, where `OK = 0` and `FAILED = 1`. + static const return_t SUCCESS = false, FAILURE = true; +} -- cgit v1.2.3-56-ga3b1