summaryrefslogtreecommitdiff
path: root/src/PSEditor.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 14:12:19 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-26 14:12:19 +0000
commitd2b86baae9e361de2f1a06cfefa0218f0c66ca8a (patch)
tree821051b910f6e6afc2cac4472c4829415c712877 /src/PSEditor.H
parenta6c28e22fcfca80231bd1061d906195e5735fb37 (diff)
cleanup input/output file handling
cleanup input/output file handling
Diffstat (limited to 'src/PSEditor.H')
-rw-r--r--src/PSEditor.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PSEditor.H b/src/PSEditor.H
index b60696b..10efd39 100644
--- a/src/PSEditor.H
+++ b/src/PSEditor.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditor.H,v 1.5 2004/10/23 19:57:14 hofmann Exp $"
+// "$Id: PSEditor.H,v 1.6 2004/10/26 16:12:19 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -35,6 +35,7 @@ class PSEditor : public PSEditWidget {
public:
PSEditor(int X,int Y,int W, int H);
+ int load(FILE *fp);
int load(char *f);
int save(const char* savefile);
int import(char *f);