Files
ss/include/nw4r/g3d/g3d_init.h
T
robojumper 1180e1f486 m3d (#13)
* Initial M3d Pass
* `m_bmdl` and `m_bline` left

---------

Co-authored-by: elijah-thomas774 <elijahthomas774@gmail.com>
Co-authored-by: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com>
2024-09-12 16:36:34 -04:00

14 lines
206 B
C++

#ifndef NW4R_G3D_INIT_H
#define NW4R_G3D_INIT_H
#include "common.h"
#include <rvl/OS.h>
namespace nw4r {
namespace g3d {
void G3dInit(bool);
void G3dReset();
} // namespace g3d
} // namespace nw4r
#endif