1 2 3 4 5 6 7 8
#ifndef _FITZ_H_ #define _FITZ_H_ #include "fitz_base.h" #include "fitz_stream.h" #include "fitz_draw.h" #endif