From dde37c31a72f4773e95faf8223ef450440bdb62c Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sun, 17 Jan 2021 12:57:21 -0600 Subject: get rid of that trash --- OLD/csci4061/091420_breakout/include/main.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 OLD/csci4061/091420_breakout/include/main.h (limited to 'OLD/csci4061/091420_breakout/include/main.h') diff --git a/OLD/csci4061/091420_breakout/include/main.h b/OLD/csci4061/091420_breakout/include/main.h new file mode 100644 index 0000000..6f7f6fe --- /dev/null +++ b/OLD/csci4061/091420_breakout/include/main.h @@ -0,0 +1,7 @@ +#ifndef INC_091420_BREAKOUT_MAIN_H +#define INC_091420_BREAKOUT_MAIN_H + +#include +static const int maxLen = 100; + +#endif //INC_091420_BREAKOUT_MAIN_H -- cgit v1.2.3