mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 10:46:00 -05:00
9 lines
171 B
C
9 lines
171 B
C
#ifndef NITRO_SND_H_
|
|
#define NITRO_SND_H_
|
|
|
|
#include <nitro/snd/common/main.h>
|
|
#include <nitro/snd/common/util.h>
|
|
#include <nitro/snd/common/bank.h>
|
|
|
|
#endif //NITRO_SND_H_
|