minimal autotools project with bootstrapbuild.sh launch

This commit is contained in:
philippe lhardy
2018-06-07 22:28:36 +02:00
parent eb6760280f
commit 89d6631f67
7 changed files with 90 additions and 0 deletions

9
c/allaby_reader.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef __ALLABY_READER_H__
#define __ALLABY_READER_H__
/** goal : read a labyrinth/maze created
by java laby project
**/
#endif // __ALLABY_READER_H__