1 /** Simple constants definition **/
9 #define LINE1 "/**********************************************************"
10 #define LINE2 "** jed.c : An simple, fast and efficient text editor **"
11 #define LINE3 "** Written by T.Pierron and C.Guillaume. **"
12 #define LINE4 "** Started on august 1998. **"
13 #define LINE5 "**-------------------------------------------------------**"
15 /** Setup mini-gui for sample **/
16 void init_sample(struct Window
*, PREFS
*, WORD top
);
18 /** Render piece of JanoEditor **/
19 void render_sample(struct Window
*, UBYTE what
);
21 /** Free allocated things **/
22 void free_sample(void);