X-Git-Url: https://git.piment-noir.org/?p=Project_algorithmic_C.git;a=blobdiff_plain;f=lib%2Fothello.h;h=7123697e655f5a41c1e30666afd39fefab951ddc;hp=e590b02d9790aa014ee4e2e248069c60c0d8dc2b;hb=2e5c189444a82df0d9127c94322ec4e3b159dcce;hpb=4ddf6f1a0411ed147ba7a2ac178c186ebef374b5 diff --git a/lib/othello.h b/lib/othello.h index e590b02..7123697 100644 --- a/lib/othello.h +++ b/lib/othello.h @@ -19,4 +19,10 @@ #ifndef OTHELLO_H #define OTHELLO_H +#include "constants.h" + +int pawn[board_size][board_size] = { + {0, 0} +}; + #endif /* OTHELLO_H */