mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Force consistency between type names (follow scheme used in tier0 and rtech_game export symbols).
8 lines
151 B
C
8 lines
151 B
C
#ifndef RTECH_PATCHAPI_H
|
|
#define RTECH_PATCHAPI_H
|
|
#include "rtech/ipakfile.h"
|
|
|
|
extern const PakPatchFuncs_s g_pakPatchApi;
|
|
|
|
#endif // RTECH_PATCHAPI_H
|