mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-28 11:35:28 +01:00
11 lines
137 B
C
11 lines
137 B
C
|
#ifndef _FITZ_H_
|
||
|
#define _FITZ_H_
|
||
|
|
||
|
#include "fitz_base.h"
|
||
|
#include "fitz_stream.h"
|
||
|
#include "fitz_res.h"
|
||
|
#include "fitz_draw.h"
|
||
|
|
||
|
#endif
|
||
|
|