#ifndef J3DSYS_H #define J3DSYS_H #include "dolphin/types.h" // Perhaps move to a new J3DEnum.h? enum J3DError { kJ3DError_Success = 0, kJ3DError_Alloc = 4, }; #endif /* J3DSYS_H */