summaryrefslogtreecommitdiff
path: root/src/PSEditor.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-11 12:44:47 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2004-10-11 12:44:47 +0000
commit51bd38e8d2448350afe349f2f64367d1af9b27cc (patch)
tree12ed5779428d57df613421677bc29eb92dc166d8 /src/PSEditor.H
parentfcbe89c0c06b39a1fab26e2908788b01283e4f87 (diff)
added import feature
added import feature
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 5484ced..dc7545c 100644
--- a/src/PSEditor.H
+++ b/src/PSEditor.H
@@ -1,5 +1,5 @@
//
-// "$Id: PSEditor.H,v 1.2 2004/07/18 20:49:43 hofmann Exp $"
+// "$Id: PSEditor.H,v 1.3 2004/10/11 14:44:47 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -40,6 +40,7 @@ public:
PSEditor(int X,int Y,int W, int H);
int load(char *f);
int save(const char* savefile);
+ int import(char *f);
int modified();
int file_loaded();
void set_ps_level(int l);