|
Brunot
|
Component that is responsible for managing the gameplay board, where cards are placed by Players. More...
#include "Board.h"#include "imgui.h"#include "Framework/Engine.h"#include "Framework/Entity.h"#include "System/ActionList.h"#include "Utility/Path/Path.h"#include "Component/Menu.h"#include "Component/MenuPosition.h"#include "Component/Sprite.h"#include "Graphics/Texture.h"#include "Framework/Factory.h"#include "Component/Card.h"#include "Gameplay/Framework/HandFinder.h"Functions | |
| auto | to_json (json &j, const Board &b) ->void |
| auto | from_json (const json &j, Board &b) ->void |
Component that is responsible for managing the gameplay board, where cards are placed by Players.