summaryrefslogtreecommitdiff
path: root/selector.h
diff options
context:
space:
mode:
authordaniel-Jones <daniel@danieljon.es>2018-09-02 15:02:05 +0930
committerdaniel-Jones <daniel@danieljon.es>2018-09-02 15:02:05 +0930
commitfed9330a4a98906648306e7524882feac80980e4 (patch)
tree7d30af29b1a8a4fbe2fe34d8dffca4f9fc4445f5 /selector.h
parent12f885b28b9740349dcee6a7c57d7b774017fd05 (diff)
downloadqtminesweeper-fed9330a4a98906648306e7524882feac80980e4.tar.gz
qtminesweeper-fed9330a4a98906648306e7524882feac80980e4.zip
added constants files, moved around some classes, beginning of drawing functions etc
Diffstat (limited to 'selector.h')
-rw-r--r--selector.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/selector.h b/selector.h
index 78f75c0..dc97071 100644
--- a/selector.h
+++ b/selector.h
@@ -1,6 +1,6 @@
/*
* Copyright Daniel Jones 2018
- * cur.h is part of qtminesweeper, a simple minesweeper clone.
+ * selector.h is part of qtminesweeper, a simple minesweeper clone.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,12 +14,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CUR_H
-#define CUR_H
+#ifndef SELECTOR_H
+#define SELECTR_H
#include "square.h"
-class cur : public square
+class selector : public square
{
public: