diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-04-20 13:01:00 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-04-20 13:01:00 +0300 |
commit | f83f3cbd9647b679e5c9460970b99bd2e9141858 (patch) | |
tree | 6ddcaa6888d221b98ecd0450f4b0a39428006b7a /src/wallet/api/common_defines.h | |
parent | TransactionInfo / TransactionHistory APIs design (diff) | |
download | monero-f83f3cbd9647b679e5c9460970b99bd2e9141858.tar.xz |
api implementation splitted over separate files
Diffstat (limited to 'src/wallet/api/common_defines.h')
-rw-r--r-- | src/wallet/api/common_defines.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/wallet/api/common_defines.h b/src/wallet/api/common_defines.h new file mode 100644 index 000000000..60a40a45a --- /dev/null +++ b/src/wallet/api/common_defines.h @@ -0,0 +1,7 @@ +#ifndef WALLET_API_COMMON_DEFINES_H__ +#define WALLET_API_COMMON_DEFINES_H__ + +#define tr(x) (x) + +#endif + |