mirror of
https://github.com/zhenyan121/SporeBG-Conid.git
synced 2026-04-10 06:14:08 +08:00
Add Piece and Board class
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
#pragma once
|
||||
#include <SDL3/SDL.h>
|
||||
#include <memory>
|
||||
//#include "Board.h"
|
||||
#include "Board.h"
|
||||
|
||||
|
||||
|
||||
|
||||
class Game {
|
||||
private:
|
||||
|
||||
std::unique_ptr<Board> m_board;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user