summaryrefslogtreecommitdiff
path: root/include/nw4r/g3d/g3d_init.h
blob: d0b8a408164f8844a70e6cdb94d3ab829e80bdac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef NW4R_G3D_INIT_H
#define NW4R_G3D_INIT_H
#include <nw4r/types_nw4r.h>

#include "rvl/OS.h" // IWYU pragma: export

namespace nw4r {
namespace g3d {

void G3dInit(bool enableLockedCache);
void G3dReset();

} // namespace g3d
} // namespace nw4r

#endif