slight update to structure. going into subbranch now
This commit is contained in:
@ -156,6 +156,14 @@ private:
|
||||
static int randomed;
|
||||
};
|
||||
|
||||
class BoxClassify
|
||||
{
|
||||
vector<PuzzlePiece*> p_Box;
|
||||
vector<vector<PuzzlePiece*>> ab1class;
|
||||
|
||||
|
||||
};
|
||||
|
||||
int LogEntry::randomed(0);
|
||||
unsigned int PuzzlePiece::idcount(0);
|
||||
|
||||
|
Reference in New Issue
Block a user