mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-04 11:20:00 -04:00
21 lines
705 B
C++
21 lines
705 B
C++
#include "libjsys/jsyswrapper.h"
|
|
|
|
#include "JSystem/JSystem.h"
|
|
#include "JSystem/JKernel/JKRExpHeap.h"
|
|
#include "JSystem/JUtility/JUTDbPrint.h"
|
|
#include "JSystem/JUtility/JUTFader.h"
|
|
#include "JSystem/J2D/J2DGrafContext.h"
|
|
#include "JSystem/JFramework/JFWDisplay.h"
|
|
#include "JSystem/JFramework/JFWSystem.h"
|
|
#include "JSystem/JKernel/JKRDecomp.h"
|
|
#include "JSystem/JKernel/JKRArchive.h"
|
|
#include "JSystem/JKernel/JKRDvdRipper.h"
|
|
#include "JSystem/JUtility/JUTFont.h"
|
|
|
|
#include "MSL_C/printf.h"
|
|
|
|
// TODO: there are a ton of unused functions we may want to add to this, check DnM+'s static.map file
|
|
|
|
#include "../src/static/libjsys/jsyswrapper_ext.cpp"
|
|
#include "../src/static/libjsys/jsyswrapper_main.cpp"
|