mirror of
https://github.com/zeldaret/ss
synced 2026-08-13 04:09:14 -04:00
17 lines
288 B
C++
17 lines
288 B
C++
#ifndef NW4R_G3D_CPU_H
|
|
#define NW4R_G3D_CPU_H
|
|
#include "types_nw4r.h"
|
|
|
|
namespace nw4r
|
|
{
|
|
namespace g3d
|
|
{
|
|
namespace detail
|
|
{
|
|
void Copy32ByteBlocks(void *, const void *, u32);
|
|
void ZeroMemory32ByteBlocks(void *, u32);
|
|
}
|
|
}
|
|
}
|
|
|
|
#endif |