Minesweeper implementation using C++ and Qt.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
487 B

8 years ago
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>images/zero.png</file>
<file>images/one.png</file>
<file>images/two.png</file>
<file>images/three.png</file>
<file>images/four.png</file>
<file>images/five.png</file>
<file>images/six.png</file>
<file>images/seven.png</file>
<file>images/eight.png</file>
<file>images/bomb.png</file>
<file>images/Activatedbomb.png</file>
<file>images/flag.png</file>
</qresource>
</RCC>