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