From ace5c3f3093c50ff7fa6f8b281a377e3788abbd5 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Sun, 29 Aug 2021 13:57:41 +0200 Subject: adding techs --- game/load.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 game/load.h (limited to 'game/load.h') diff --git a/game/load.h b/game/load.h new file mode 100644 index 0000000..4a28175 --- /dev/null +++ b/game/load.h @@ -0,0 +1,8 @@ +#ifndef LOAD_H +#define LOAD_H + +#include "gst.h" + +void load_json (Gst &gst); + +#endif \ No newline at end of file -- cgit v1.2.3-54-g00ecf