From 0349c6d6572f59770898d3f40287ebdcd2f8ed30 Mon Sep 17 00:00:00 2001 From: Gentoo Date: Sat, 27 Mar 2021 10:36:05 +1100 Subject: initial commit --- source/gecko.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 source/gecko.h (limited to 'source/gecko.h') diff --git a/source/gecko.h b/source/gecko.h new file mode 100644 index 0000000..5e6f7ec --- /dev/null +++ b/source/gecko.h @@ -0,0 +1,13 @@ +#ifndef GECKO_H +#define GECKO_H + +#include +#include +#include +#include +#include //for va_list + +void checkForGecko(); +int gprintf(const char *str, ...); + +#endif -- cgit v1.2.3