mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 14:41:38 -04:00
11 lines
279 B
C
11 lines
279 B
C
#ifndef JSUSTREAM_H
|
|
#define JSUSTREAM_H
|
|
|
|
#include "JSystem/JSupport/JSUStreamEnum.h"
|
|
#include "JSystem/JSupport/JSUIosBase.h"
|
|
#include "JSystem/JSupport/JSUInputStream.h"
|
|
#include "JSystem/JSupport/JSURandomInputStream.h"
|
|
#include "JSystem/JSupport/JSUFileInputStream.h"
|
|
|
|
#endif
|