Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals

engrave_load.h

Go to the documentation of this file.
00001 #ifndef ENGRAVE_LOAD_H 00002 #define ENGRAVE_LOAD_H 00003 00016 Engrave_File *engrave_load_edc(const char *file, const char *imdir, 00017 const char *fontdir); 00018 Engrave_File *engrave_load_eet(const char *filename); 00019 00024 #endif 00025