spidey-decomp/reloc.h
2024-07-14 15:32:44 +02:00

13 lines
221 B
C

#pragma once
#ifndef RELOC_H
#define RELOC_H
#include "export.h"
EXPORT void Reloc_Unload(char*);
EXPORT void Reloc_Unload(unsigned int);
EXPORT void Reloc_CallUserFunction(const char*, u32, const u32*, u32*);
#endif