aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorrayhogenson <rayhogenson@gmail.com>2014-03-15 01:45:58 -0700
committerrayhogenson <rayhogenson@gmail.com>2014-03-15 01:45:58 -0700
commit5d1ce3620c65f56c1d65e9926600b1593becb101 (patch)
treeaaeb515a8ddfd9e20e779a5ffe32723afce3ca4a /src
parentMerge pull request #3 from rayhogenson/readmeEdit (diff)
parentadded the config file into the main program (diff)
downloadyetihack-5d1ce3620c65f56c1d65e9926600b1593becb101.tar.zst
Merge pull request #6 from rayhogenson/fix
Fix
Diffstat (limited to 'src')
-rw-r--r--src/grid.cpp4
-rw-r--r--src/yetihack.cpp1
2 files changed, 1 insertions, 4 deletions
diff --git a/src/grid.cpp b/src/grid.cpp
deleted file mode 100644
index 66441c0..0000000
--- a/src/grid.cpp
+++ /dev/null
@@ -1,4 +0,0 @@
-grid::grid()
-{
-
-}
diff --git a/src/yetihack.cpp b/src/yetihack.cpp
index 129d759..694efa5 100644
--- a/src/yetihack.cpp
+++ b/src/yetihack.cpp
@@ -16,6 +16,7 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with YetiHack. If not, see <http://www.gnu.org/licenses/>.
*/
+#include <config.h>
#include <iostream>
#include <curses.h>
#include <cstdlib>