diff --git a/src/sound/SOUNDKITLOOKUP.hpp b/src/sound/SOUNDKITLOOKUP.hpp new file mode 100644 index 0000000..a905f3e --- /dev/null +++ b/src/sound/SOUNDKITLOOKUP.hpp @@ -0,0 +1,13 @@ +#ifndef SOUND_SOUND_KIT_LOOKUP_HPP +#define SOUND_SOUND_KIT_LOOKUP_HPP + +#include + +struct SOUNDKITLOOKUP : public TSHashObject { + public: + // Member variables + uint32_t ID; +}; + + +#endif