8 lines
144 B
C
8 lines
144 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
|
|
extern bool g_is_audio_initialized;
|
|
|
|
extern void load_audio_banks( const uint8_t *rom ); |