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
/
game.hpp
blob: 83ff6fa3a4f803ea8c3efa5a007e7e9e9aa59d94 (
plain
)
1
2
3
4
5
6
7
#ifndef GAME_HPP #define GAME_HPP bool inGame = false; void game(int diff); #endif