haraldhv
/
aigo
Archived
1
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
aigo/lib/state.cpp

14 lines
135 B
C++

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