From fbef93c2d3a01a80f6fb702faf1f43360caf9f5b Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Mon, 23 Feb 2015 09:11:59 +0100 Subject: Move notes.cc functions to separate header --- src/notes.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/notes.cc') 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" /* -- cgit v1.2.3