mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
3679e7abab
* Improve dolzel.pch ordering * Improve JSystem include order * Various class ordering fixes * Link remaining Z2AudioLib TUs * Fix some symbols in Shield and weak functions in ShieldD
10 lines
132 B
C
10 lines
132 B
C
#ifndef J3DENUM_H
|
|
#define J3DENUM_H
|
|
|
|
enum J3DError {
|
|
kJ3DError_Success = 0,
|
|
kJ3DError_Alloc = 4,
|
|
};
|
|
|
|
#endif /* J3DENUM_H */
|