#include "state.h" int State::size = 19; State::State( void ) { //does nothing yet } State generateState (SDL_Surface *board) { }