From b57c21da92563eed58867a9a6b02c201006cbc57 Mon Sep 17 00:00:00 2001 From: jacob janzen <53062115+JacobJanzen@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:52:57 -0600 Subject: Automake (#2) * gnu autotools build * ignore dist --- include/entity.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 include/entity.h (limited to 'include/entity.h') diff --git a/include/entity.h b/include/entity.h deleted file mode 100644 index b003efe..0000000 --- a/include/entity.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef ENTITY_H_ -#define ENTITY_H_ - -#include "common.h" - -struct entity { - struct point p; - char *disp_ch; - bool solid; - bool visible; -}; - -#endif // ENTITY_H_ -- cgit v1.2.3