From f1ddc12b68b4e4c8087962de25260470e6df2bea Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Tue, 8 Sep 2026 18:27:39 -0700 Subject: Add tuxanci2 files --- src/base/gun.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/base/gun.h (limited to 'src/base/gun.h') diff --git a/src/base/gun.h b/src/base/gun.h deleted file mode 100644 index 94d2cc9..0000000 --- a/src/base/gun.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef GUN_H -#define GUN_H - -#define GUN_SHOT_WIDTH 5 -#define GUN_SHOT_HEIGHT 5 -#define GUN_LASSER_HORIZONTAL 40 -#define GUN_SHOT_VERTICAL 5 -#define GUN_BOMBBALL_WIDTH 20 -#define GUN_BOMBBALL_HEIGHT 20 - -#include "main.h" -#include "tux.h" - -extern void gun_shot(tux_t *p); - -#endif /* GUN_H */ -- cgit v1.2.3