mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-14 21:09:08 +01:00
02da650191
- added snes_gx 4.3.4
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
|
|
|