From d7fa91b54c7dcce8dedbe32f37cf849f530f8864 Mon Sep 17 00:00:00 2001 From: louie Date: Mon, 28 Dec 2020 12:47:47 -0800 Subject: Cleaned up ifdefs --- windows/draw.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 windows/draw.h (limited to 'windows/draw.h') diff --git a/windows/draw.h b/windows/draw.h new file mode 100644 index 0000000..acde6ee --- /dev/null +++ b/windows/draw.h @@ -0,0 +1,6 @@ +#ifndef WINDOWS_DRAW_H +#define WINDOWS_DRAW_H + +void launch(); + +#endif -- cgit