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