Files
ac-decomp/include/jaudio_NES/streamctrl.h
T
Cuyler36 58395b3461 temp
2024-06-03 17:13:51 -04:00

9 lines
101 B
C

#ifndef STREAMCTRL_H
#define STREAMCTRL_H
#include "types.h"
extern void StreamMain(void);
#endif