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/aux.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 game/src/aux.h (limited to 'game/src/aux.h') diff --git a/game/src/aux.h b/game/src/aux.h deleted file mode 100644 index 64dfbbd..0000000 --- a/game/src/aux.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef _AUX_H -#define _AUX_H - -#include - -/** - * Auxiliary functions. - */ - -void put_text(uint8_t x, uint8_t y, const uint8_t *text); - -#endif // _AUX_H -- cgit v1.2.3