From eda5bc26f44ee9a6f83dcf8c91f17296d7fc509d Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Mon, 12 Feb 2024 14:52:43 +0100 Subject: Move into version control --- src/graphics.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/graphics.h (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h new file mode 100644 index 0000000..a473807 --- /dev/null +++ b/src/graphics.h @@ -0,0 +1,6 @@ +#ifndef FSISOTOOL_GRAPHICS_H +#define FSISOTOOL_GRAPHICS_H + + +#endif // FSISOTOOL_GRAPHICS_H +// vim:ts=2 sw=2 noet: -- cgit v1.2.1