mirror of
https://github.com/zeldaret/ss
synced 2026-09-06 18:51:12 -04:00
cec09ad023
* g3d Headers * initial g3d source files -- NOT YET FIXED * change ResFile static_cast to explicit ctor
17 lines
236 B
C++
17 lines
236 B
C++
#ifndef NW4R_G3D_INIT_H
|
|
#define NW4R_G3D_INIT_H
|
|
#include <nw4r/types_nw4r.h>
|
|
|
|
#include <rvl/OS.h>
|
|
|
|
namespace nw4r {
|
|
namespace g3d {
|
|
|
|
void G3dInit(bool enableLockedCache);
|
|
void G3dReset();
|
|
|
|
} // namespace g3d
|
|
} // namespace nw4r
|
|
|
|
#endif
|