#ifndef JAISE_H_ #define JAISE_H_ #include "global.h" struct JAISoundID{ u32 soundId; JAISoundID(JAISoundID const &soundIdToSet); }; #endif