preparations for Bastet

This commit is contained in:
Christian Kroll 2009-10-31 15:13:53 +00:00
parent 45cee1bc71
commit cc0f4e3cf5
2 changed files with 12 additions and 0 deletions

6
games/tetris/bast.c Normal file
View File

@ -0,0 +1,6 @@
#include "bast.h"
int bla()
{
return 0;
}

6
games/tetris/bast.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef BAST_H_
#define BAST_H_
int bla();
#endif /* BAST_H_ */