From 45cee1bc710e8e7be0c491aa7855697f9e3af612 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Sat, 31 Oct 2009 15:12:46 +0000 Subject: [PATCH] added bast.h and bast.c --- games/tetris/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/tetris/Makefile b/games/tetris/Makefile index 1ed2601..a2e8475 100644 --- a/games/tetris/Makefile +++ b/games/tetris/Makefile @@ -3,6 +3,6 @@ TOPDIR = ../.. include $(TOPDIR)/defaults.mk -SRC = piece.c playfield.c view.c logic.c input.c +SRC = piece.c playfield.c view.c logic.c input.c bast.c include $(TOPDIR)/rules.mk