added bast.h and bast.c

This commit is contained in:
Christian Kroll 2009-10-31 15:12:46 +00:00
parent 5be9e80d14
commit 45cee1bc71
1 changed files with 1 additions and 1 deletions

View File

@ -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