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