mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
18 lines
265 B
C++
18 lines
265 B
C++
#include "reloc.h"
|
|
#include "utils.h"
|
|
|
|
// @BIGTODO
|
|
void Reloc_Unload(unsigned int)
|
|
{}
|
|
|
|
void Reloc_Unload(char* pStr)
|
|
{
|
|
Reloc_Unload(Utils_GenerateCRC(pStr));
|
|
}
|
|
|
|
// @MEDIUMTODO
|
|
void Reloc_CallUserFunction(const char*, u32, const u32*, u32*)
|
|
{
|
|
printf("WASSSUP");
|
|
}
|