mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-01 01:39:03 -04:00
17 lines
314 B
C++
17 lines
314 B
C++
#ifndef JASDRIVERTABLES_H
|
|
#define JASDRIVERTABLES_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
namespace JASystem {
|
|
namespace Driver {
|
|
extern f32 C5BASE_PITCHTABLE[];
|
|
}
|
|
namespace DSPInterface {
|
|
extern u16 DSPADPCM_FILTER[];
|
|
extern u16 DSPRES_FILTER[];
|
|
}
|
|
}
|
|
|
|
#endif /* JASDRIVERTABLES_H */
|