mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-27 23:45:55 -04:00
4a0aaca15e
* split J2DPane.cpp * J2DPane first pass * consolidate headers and typedef mtx * remove duplicate J2DScreen.h Co-authored-by: Pheenoh <pheenoh@gmail.com>
9 lines
135 B
C++
9 lines
135 B
C++
#ifndef JSYSTEM_J3DSYS_H
|
|
#define JSYSTEM_J3DSYS_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
class J3DTransformInfo {};
|
|
|
|
#endif // JSYSTEM_J3DSYS_H
|