mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(sound): add SOUNDKITLOOKUP
This commit is contained in:
parent
56a63e6a33
commit
29ee02db68
13
src/sound/SOUNDKITLOOKUP.hpp
Normal file
13
src/sound/SOUNDKITLOOKUP.hpp
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef SOUND_SOUND_KIT_LOOKUP_HPP
|
||||
#define SOUND_SOUND_KIT_LOOKUP_HPP
|
||||
|
||||
#include <storm/Hash.hpp>
|
||||
|
||||
struct SOUNDKITLOOKUP : public TSHashObject<SOUNDKITLOOKUP, HASHKEY_CONSTSTRI> {
|
||||
public:
|
||||
// Member variables
|
||||
uint32_t ID;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue
Block a user