Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/pc/audio/audio_null.h
7861 views
1
#ifndef AUDIO_NULL_H
2
#define AUDIO_NULL_H
3
4
#include "audio_api.h"
5
6
extern struct AudioAPI audio_null;
7
8
#endif
9
10