From 9f7ad25bdb8a821b24042bfd62e5a694451789f6 Mon Sep 17 00:00:00 2001 From: Robert Clarke Date: Sun, 12 Feb 2023 21:49:58 -0500 Subject: Moved positioning of GDCLASS macro --- extension/src/Simulation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension/src/Simulation.hpp') diff --git a/extension/src/Simulation.hpp b/extension/src/Simulation.hpp index 6ade846..554f257 100644 --- a/extension/src/Simulation.hpp +++ b/extension/src/Simulation.hpp @@ -7,10 +7,10 @@ namespace OpenVic2 { class Simulation : public godot::Object { + GDCLASS(Simulation, godot::Object); std::vector exampleProvinces; //BEGIN BOILERPLATE - GDCLASS(Simulation, godot::Object); static Simulation* _simulation; protected: -- cgit v1.2.3-56-ga3b1