mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 07:11:06 -04:00
8 lines
117 B
C
8 lines
117 B
C
#ifndef DSPPROC_H
|
|
#define DSPPROC_H
|
|
|
|
#include "dolphin/types.h"
|
|
#include "dolphin/dsp/dsp.h"
|
|
|
|
#endif /* DSPPROC_H */
|