sm64pc/src/pc/audio/audio_null.h

9 lines
110 B
C

#ifndef AUDIO_NULL_H
#define AUDIO_NULL_H
#include "audio_api.h"
extern struct AudioAPI audio_null;
#endif