X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=lib%2Fothello.h;fp=lib%2Fothello.h;h=e590b02d9790aa014ee4e2e248069c60c0d8dc2b;hb=4ddf6f1a0411ed147ba7a2ac178c186ebef374b5;hp=0000000000000000000000000000000000000000;hpb=480acfeb0ef3b0c4e9ec23ec145c9860ba64095e;p=Project_algorithmic_C.git diff --git a/lib/othello.h b/lib/othello.h new file mode 100644 index 0000000..e590b02 --- /dev/null +++ b/lib/othello.h @@ -0,0 +1,22 @@ +/* + * ===================================================================================== + * + * Filename: othello.h + * + * Description: Header for othello board handling functions + * + * Version: 1.0 + * Created: 25/04/2017 15:16:37 + * Revision: none + * Compiler: gcc + * + * Author: Jerome Benoit (fraggle), jerome.benoit@piment-noir.org + * Organization: Piment Noir + * + * ===================================================================================== + */ + +#ifndef OTHELLO_H +#define OTHELLO_H + +#endif /* OTHELLO_H */