summaryrefslogtreecommitdiff
path: root/src/Hill.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-10 15:16:54 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-10 15:16:54 +0000
commit5e674225ec1d8ff0563030a27fb69f8e89d3ebf3 (patch)
tree4eb2713d497f0132bba4fe163fcead4c1098b009 /src/Hill.H
parent2ff3057cf1de8695f2fc6cf5c17a3d074e983017 (diff)
move file loading to Hills.cxx
move file loading to Hills.cxx
Diffstat (limited to 'src/Hill.H')
-rw-r--r--src/Hill.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Hill.H b/src/Hill.H
index b3da4a6..7f7581f 100644
--- a/src/Hill.H
+++ b/src/Hill.H
@@ -1,5 +1,5 @@
//
-// "$Id: Hill.H,v 1.13 2005/05/10 17:05:32 hofmann Exp $"
+// "$Id: Hill.H,v 1.14 2005/05/10 17:16:54 hofmann Exp $"
//
// Copyright 2005 by Johannes Hofmann
//
@@ -56,6 +56,8 @@ class Hills {
~Hills();
+ int load(const char *file);
+
void add(Hill *m);
void sort();