pokeheartgold/lib/include/nnsys/g3d.h
2022-03-29 16:53:11 -04:00

19 lines
556 B
C

#ifndef NNSYS_G3D_H_
#define NNSYS_G3D_H_
#include <nnsys/g3d/binres/res_struct.h>
#include <nnsys/g3d/binres/res_struct_accessor.h>
#include <nnsys/g3d/binres/res_struct_accessor_anm.h>
#include <nnsys/g3d/binres/res_struct_accessor_inline.h>
#include <nnsys/g3d/config.h>
#include <nnsys/g3d/kernel.h>
#include <nnsys/g3d/kernel_inline.h>
#include <nnsys/g3d/util.h>
#include <nnsys/g3d/glbstate.h>
#include <nnsys/g3d/glbstate_inline.h>
#include <nnsys/g3d/gecom.h>
#include <nnsys/g3d/gecom_inline.h>
#include <nnsys/g3d/mem.h>
#endif //NNSYS_G3D_H_