preparations for Bastet
This commit is contained in:
parent
45cee1bc71
commit
cc0f4e3cf5
|
@ -0,0 +1,6 @@
|
|||
#include "bast.h"
|
||||
|
||||
int bla()
|
||||
{
|
||||
return 0;
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef BAST_H_
|
||||
#define BAST_H_
|
||||
|
||||
int bla();
|
||||
|
||||
#endif /* BAST_H_ */
|
Loading…
Reference in New Issue