Browse Source

preparations for Bastet

feature/2015
Christian Kroll 15 years ago
parent
commit
cc0f4e3cf5
  1. 6
      games/tetris/bast.c
  2. 6
      games/tetris/bast.h

6
games/tetris/bast.c

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

6
games/tetris/bast.h

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