Elevate Engine 1
Loading...
Searching...
No Matches
AkBank.h
Go to the documentation of this file.
1#include <string>
5
6namespace Elevate
7{
8 class AkBank : public Component
9 {
11
12 public:
13 //WwiseSoundbankPtr m_soundBank;
14 //EXPOSE(m_soundBank);
15
16 std::string m_soundBankName;
18
19 protected:
20 void Init() override;
21 };
22}
#define EXPOSE(param,...)
#define BEGIN_COMPONENT(T,...)
void Init() override
Definition AkBank.cpp:3
std::string m_soundBankName
Definition AkBank.h:16