index
:
minesweeper.git
gh-pages
main
A implementation of Minesweeper game in C++
dawidg81 <dawidgorski.m@gmail.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game.hpp
blob: b5a16d549f49c4efcc985d02907ad5096797398f (
plain
)
1
2
3
4
5
6
7
#ifndef GAME_HPP #define GAME_HPP bool inGame; void game(int diff); #endif