mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-11 11:21:46 +00:00
8 lines
110 B
C
8 lines
110 B
C
#ifndef AUDIO_NULL_H
|
|
#define AUDIO_NULL_H
|
|
|
|
#include "audio_api.h"
|
|
|
|
extern struct AudioAPI audio_null;
|
|
|
|
#endif
|