fixing winning condition of the game
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
project('minesweeper', 'cpp',
|
||||
version : '0.1',
|
||||
default_options : ['warning_level=3'])
|
||||
default_options : ['warning_level=3', 'cpp_std=c++20'])
|
||||
|
||||
gnome = import('gnome')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user