diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-09 15:20:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-09 15:20:58 -0500 |
commit | 5e3f6495c44ff5e857df2e9ad7f86ae40a0b8d14 (patch) | |
tree | 6bf12c647db0c4dd6bf7f8f19d0b60f97b2abda9 /include/constants | |
parent | 7e2330e7fd01f5eebb7fdeb157d3dd29b4da3f0f (diff) | |
parent | aa9843199592012301931381bd2fe1396fe29c82 (diff) |
Merge pull request #205 from jiangzhengwenjz/librfu
librfu
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/trade.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/trade.h b/include/constants/trade.h index b1371caab..b22cd26d2 100644 --- a/include/constants/trade.h +++ b/include/constants/trade.h @@ -1,4 +1,4 @@ - #ifndef GUARD_CONSTANTS_TRADE_H +#ifndef GUARD_CONSTANTS_TRADE_H #define GUARD_CONSTANTS_TRADE_H // TODO: document trade.c and trade_scene.c with corresponding macros @@ -115,4 +115,4 @@ #define CANT_REGISTER_MON 1 #define CANT_REGISTER_EGG 2 -#endif //GUARD_CONSTANTS_TRADE_H +#endif // GUARD_CONSTANTS_TRADE_H |