summaryrefslogtreecommitdiff
path: root/src/notes.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
commitfbef93c2d3a01a80f6fb702faf1f43360caf9f5b (patch)
tree4bfd966d69b1e675469465e40350f42b676a09eb /src/notes.cc
parentc99c89cdde0b37fab35f6abe2ccf9169c6133cef (diff)
Move notes.cc functions to separate header
Diffstat (limited to 'src/notes.cc')
-rw-r--r--src/notes.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/notes.cc b/src/notes.cc
index 7eb825dc..c223808d 100644
--- a/src/notes.cc
+++ b/src/notes.cc
@@ -1,7 +1,3 @@
-/* File: notes.c */
-
-/* Purpose: Note taking to a file */
-
/*
* Copyright (c) 1989, 1999 James E. Wilson, Robert A. Koeneke,
* Robert Ruehlmann
@@ -11,6 +7,7 @@
* included in all such copies.
*/
+#include "notes.hpp"
#include "angband.h"
/*