Sound* SoundCreate(char* filename) { Sound* sound = NEW(Sound); assert(sound); return sound; } void SoundPlay(Sound* sound, int flags) { }