summaryrefslogtreecommitdiff
path: root/src/help.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:12:00 +0100
commit754e2465d65f64085d27eed6f4bc142bec7b3c24 (patch)
tree10ee9b9f8125b6ec94d5f760973b26d1eb036d5f /src/help.cc
parentfe6ebd4af16244a02e16eb095181c0d8d5c56858 (diff)
Move help.cc function declarations to separate header
Diffstat (limited to 'src/help.cc')
-rw-r--r--src/help.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/help.cc b/src/help.cc
index 8fbaaa4f..b57ce0b3 100644
--- a/src/help.cc
+++ b/src/help.cc
@@ -1,7 +1,3 @@
-/* File: help.c */
-
-/* Purpose: ingame help */
-
/*
* Copyright (c) 2001 DarkGod
* Copyright (c) 2012 Bardur Arantsson
@@ -11,6 +7,8 @@
* included in all such copies.
*/
+#include "help.hpp"
+
#include "angband.h"
#include "hooks.h"
#include "skills.hpp"