mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
11 lines
180 B
C
11 lines
180 B
C
![]() |
#ifdef _FITZ_H_
|
||
|
#error "fitz.h must only be included once"
|
||
|
#endif
|
||
|
#define _FITZ_H_
|
||
|
|
||
|
#include "fitz-base.h"
|
||
|
#include "fitz-stream.h"
|
||
|
#include "fitz-world.h"
|
||
|
#include "fitz-draw.h"
|
||
|
|