From 27fc86e8c0450a7fe33d76344c4d53e23a70a6c3 Mon Sep 17 00:00:00 2001 From: Ash Wolf <ninji@wuffs.org> Date: Wed, 5 Jul 2023 20:28:50 +0100 Subject: add empty files for plugin source code --- src/Plugins/Shop/Electric/Electric.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/Plugins/Shop/Electric/Electric.h (limited to 'src/Plugins/Shop/Electric/Electric.h') diff --git a/src/Plugins/Shop/Electric/Electric.h b/src/Plugins/Shop/Electric/Electric.h new file mode 100644 index 0000000..1525578 --- /dev/null +++ b/src/Plugins/Shop/Electric/Electric.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class Electric { +}; -- cgit v1.2.3