diff options
Diffstat (limited to 'src/Plugins/Urban/School/School.h')
-rw-r--r-- | src/Plugins/Urban/School/School.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 { +}; |