mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
19 lines
205 B
C
19 lines
205 B
C
#ifndef RATE_H
|
|
#define RATE_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern u32 JAC_AI_SETTING;
|
|
extern u32 JAC_FRAMESAMPLES;
|
|
extern u32 DAC_SIZE;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|