mirror of
https://github.com/zeldaret/ss
synced 2026-09-07 03:00:21 -04:00
26af4db82d
* update from dtk-template and start work towards using clangd * include <a> -> "a" * Update build.yml * remove/add non-trivial class in union warning
12 lines
166 B
C++
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
|