mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-12 22:20:53 -05:00
19 lines
556 B
C
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_
|