From eeac69b2168c5a65f9608771006ccc43033cbd23 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 7 May 2025 09:45:50 -0700 Subject: initial commit --- prochide.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 prochide.h (limited to 'prochide.h') diff --git a/prochide.h b/prochide.h new file mode 100644 index 0000000..a23fb9b --- /dev/null +++ b/prochide.h @@ -0,0 +1,13 @@ +/* + * LOKI3 + * + * [ prochide.h ] + * + * 2019 and beyond Elective Surgery [dmfr] + */ + +#include + +bool prochide(int argc, char *argv[]); + +/* EOF */ -- cgit v1.2.3