#include "Misc/Sound.hpp" // ------------------------------------------------------------------------------------------------ namespace SqMod { // ------------------------------------------------------------------------------------------------ bool Register_CSound(HSQUIRRELVM vm) { return true; } } // Namespace:: SqMod