Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AppOfficer committed Dec 14, 2024
1 parent 74bc5b8 commit 1f7b6c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drafts/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/// Game map board. Zoomable.
/// The %Board is a complex thing. Many systems are part of it (e.g. vision system).
class Board {
private:
protected:
pos_t row, col;
std::vector<std::vector<Tile>> tiles;

Expand Down

0 comments on commit 1f7b6c9

Please sign in to comment.