diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-07 19:27:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-07 19:27:06 +0300 |
commit | c2d3d0fb118d3f9ff14f8f5293f54d0c37421a70 (patch) | |
tree | 0ba430d4945004642a4d738f338a354271c7b9c1 /include/nitro/types.h | |
parent | 760a22318663896b2ebd76d8d3213dcc9e9bcfe5 (diff) | |
parent | 04f767c06d9e5702cdbb41bd49a2791164e021f1 (diff) |
Merge pull request #143 from PikalaxALT/pikalax_work
Update NARC rules; decompile growth rates
Diffstat (limited to 'include/nitro/types.h')
-rw-r--r-- | include/nitro/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/nitro/types.h b/include/nitro/types.h index 190d9eae..dfa5ba87 100644 --- a/include/nitro/types.h +++ b/include/nitro/types.h @@ -54,4 +54,6 @@ typedef int BOOL; #endif // __cplusplus #endif +#define SDK_FORCE_EXPORT __declspec(force_export) + #endif //POKEDIAMOND_TYPES_H |