diff options
author | Ilya Kitaev <mbg033@gmail.com> | 2016-04-20 13:01:00 +0300 |
---|---|---|
committer | Ilya Kitaev <mbg033@gmail.com> | 2016-06-23 15:50:17 +0300 |
commit | 12345d382c3ae4d751119edde4464397f93d96b3 (patch) | |
tree | ad9745cc226ce88c1fc4dd0182e6aec6d0259b82 /src/wallet/api/common_defines.h | |
parent | TransactionInfo / TransactionHistory APIs design (diff) | |
download | monero-12345d382c3ae4d751119edde4464397f93d96b3.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 + |