From d31e21d2883c8518f4b0294160e8df4622846e4b Mon Sep 17 00:00:00 2001 From: "Ryan Gillett (gillettr)" Date: Mon, 11 Mar 2019 07:49:24 +0000 Subject: [PATCH] Create main.h --- main.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main.h diff --git a/main.h b/main.h new file mode 100644 index 0000000..efbaaeb --- /dev/null +++ b/main.h @@ -0,0 +1,7 @@ +#ifndef main_h +#define main_h + +class Monster; +class Character; + +#endif