mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
* Removed unused fields in GameMetaInfo and GameState * revert parent to AbstractGame * init activePlayer to -1
7 lines
128 B
C++
7 lines
128 B
C++
#include "game_meta_info.h"
|
|
|
|
#include "abstract_game.h"
|
|
|
|
GameMetaInfo::GameMetaInfo(AbstractGame *parent) : QObject(parent)
|
|
{
|
|
}
|