From d49c62663b6a2229e9849769591873005c762618 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 3 Jan 2021 09:23:25 +0000 Subject: Renamed aux to helpers to be windows compatible --- game/src/helpers.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 game/src/helpers.h (limited to 'game/src/helpers.h') diff --git a/game/src/helpers.h b/game/src/helpers.h new file mode 100644 index 0000000..8f35661 --- /dev/null +++ b/game/src/helpers.h @@ -0,0 +1,12 @@ +#ifndef _HELPERS_H +#define _HELPERS_H + +#include + +/** + * Auxiliary functions. + */ + +void put_text(uint8_t x, uint8_t y, const uint8_t *text); + +#endif // _HELPERS_H -- cgit v1.2.3