mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-13 15:59:26 +00:00
11 lines
251 B
C
11 lines
251 B
C
#ifndef NITRO_SND_H_
|
|
#define NITRO_SND_H_
|
|
|
|
#include <nitro/snd/common/global.h>
|
|
#include <nitro/snd/common/exchannel.h>
|
|
#include <nitro/snd/common/channel.h>
|
|
#include <nitro/snd/common/data.h>
|
|
#include <nitro/snd/common/work.h>
|
|
|
|
#endif //NITRO_SND_H_
|