sm64pc/src/pc/audio/audio_null.h

9 lines
110 B
C
Raw Normal View History

2020-05-07 18:21:22 +00:00
#ifndef AUDIO_NULL_H
#define AUDIO_NULL_H
#include "audio_api.h"
extern struct AudioAPI audio_null;
#endif