mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-23 15:22:28 +00:00
newline
This commit is contained in:
parent
4deabca780
commit
0cb64d3209
@ -9,4 +9,5 @@ public:
|
|||||||
virtual void InsertRewardCode(const uint32_t account_id, const uint32_t reward_code) = 0;
|
virtual void InsertRewardCode(const uint32_t account_id, const uint32_t reward_code) = 0;
|
||||||
virtual std::vector<uint32_t> GetRewardCodesByAccountID(const uint32_t account_id) = 0;
|
virtual std::vector<uint32_t> GetRewardCodesByAccountID(const uint32_t account_id) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif //!__IACCOUNTSREWARDCODES__H__
|
#endif //!__IACCOUNTSREWARDCODES__H__
|
Loading…
x
Reference in New Issue
Block a user