#ifndef MOVES_H #define MOVES_H #include "types.h" int pawnMove(game *g, move *moves); int knightMove(game *g, move* moves); #endif