mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-01 17:57:24 -04:00
Use precompiled headers, fix weak data issues
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#include "SSystem/SComponent/c_math.h"
|
||||
#include "dolphin/mtx/mtxvec.h"
|
||||
|
||||
|
||||
/* 802528A4-802528C4 .text cLib_memCpy__FPvPCvUl */
|
||||
void cLib_memCpy(void* dst, const void* src, unsigned long size) {
|
||||
memcpy(dst, src, size);
|
||||
|
||||
Reference in New Issue
Block a user