11 lines
213 B
C
11 lines
213 B
C
#ifndef SAVEFILE_H
|
|
#define SAVEFILE_H
|
|
|
|
#include <config.h>
|
|
#include <FL/Fl_Browser.H>
|
|
|
|
#include <FL/Fl_Select_Browser.H>
|
|
void create_savefile( Fl_Browser *browser);
|
|
void load_savefile(Fl_Browser *browser);
|
|
#endif
|