Files
ac-decomp/src/static/libjsys/jsyswrapper.cpp
T
2025-06-18 05:06:34 -04:00

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"