mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-06-02 17:48:24 -04:00
10 lines
174 B
C
10 lines
174 B
C
#ifndef _JAUDIO_TABLES_H
|
|
#define _JAUDIO_TABLES_H
|
|
|
|
#include "types.h"
|
|
|
|
#define C5BASE_PITCHTABLE_LENGTH (128)
|
|
extern f32 C5BASE_PITCHTABLE[C5BASE_PITCHTABLE_LENGTH];
|
|
|
|
#endif
|