Files
ss/include/nw4r/g3d/g3d_cpu.h
T
elijah-thomas774 fa9a9ce949 lyt_common match
2024-05-12 20:23:22 -04:00

15 lines
280 B
C++

#ifndef NW4R_G3D_CPU_H
#define NW4R_G3D_CPU_H
#include "common.h"
namespace nw4r {
namespace g3d {
namespace detail {
void Copy32ByteBlocks(void *, const void *, u32);
void ZeroMemory32ByteBlocks(void *, u32);
} // namespace detail
} // namespace g3d
} // namespace nw4r
#endif