Files
ss/include/nw4r/g3d/g3d_init.h
T
Elijah Thomas 26af4db82d update from dtk-template - clangd :) (#66)
* update from dtk-template and start work towards using clangd

* include <a> -> "a"

* Update build.yml

* remove/add non-trivial class in union warning
2024-10-16 15:36:02 -04:00

12 lines
166 B
C++

#ifndef NW4R_G3D_INIT_H
#define NW4R_G3D_INIT_H
namespace nw4r {
namespace g3d {
void G3dInit(bool);
void G3dReset();
} // namespace g3d
} // namespace nw4r
#endif