summaryrefslogtreecommitdiff
path: root/src/spells1.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
committerBardur Arantsson <bardur@scientician.net>2015-02-23 09:11:59 +0100
commit63fae54381d0898503c5dc7f4dcfabc125c04807 (patch)
tree00b743f932c4c3fc7feb7c8a4e87be520e47d2e9 /src/spells1.cc
parent71a3bdb100d427ceedce7b2c8fe94de6181341d1 (diff)
Move xtra1.cc function declarations to separate header
Make a couple of functions private to the module while we're at it.
Diffstat (limited to 'src/spells1.cc')
-rw-r--r--src/spells1.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/spells1.cc b/src/spells1.cc
index 995c42c5..f0838324 100644
--- a/src/spells1.cc
+++ b/src/spells1.cc
@@ -1,7 +1,3 @@
-/* File: spells1.c */
-
-/* Purpose: Spell code (part 1) */
-
/*
* Copyright (c) 1989 James E. Wilson, Robert A. Koeneke
*
@@ -16,6 +12,7 @@
#include "spell_type.hpp"
#include "spells5.hpp"
#include "squeltch.hpp"
+#include "xtra1.hpp"
#include <chrono>
#include <thread>