mirror of
https://github.com/zeldaret/ss
synced 2026-06-08 20:20:24 -04:00
22 lines
644 B
C
22 lines
644 B
C
#ifndef NW4R_PUBLIC_SND_H
|
|
#define NW4R_PUBLIC_SND_H
|
|
|
|
#include <nw4r/snd/snd_AxManager.h>
|
|
#include <nw4r/snd/snd_AxVoice.h>
|
|
#include <nw4r/snd/snd_AxVoiceManager.h>
|
|
#include <nw4r/snd/snd_AxfxImpl.h>
|
|
#include <nw4r/snd/snd_BasicPlayer.h>
|
|
#include <nw4r/snd/snd_BasicSound.h>
|
|
#include <nw4r/snd/snd_Common.h>
|
|
#include <nw4r/snd/snd_EnvGenerator.h>
|
|
#include <nw4r/snd/snd_ExternalSoundPlayer.h>
|
|
#include <nw4r/snd/snd_Lfo.h>
|
|
#include <nw4r/snd/snd_MoveValue.h>
|
|
#include <nw4r/snd/snd_SoundHandle.h>
|
|
#include <nw4r/snd/snd_SoundPlayer.h>
|
|
#include <nw4r/snd/snd_Util.h>
|
|
#include <nw4r/snd/snd_VoiceManager.h>
|
|
#include <nw4r/snd/snd_adpcm.h>
|
|
|
|
#endif
|