Files
libsm64/src/play_sound.h
T
NepuShiro d3ea4e5e99
Build libsm64 / Build libsm64 for linux (push) Successful in 30s
Build libsm64 / Build libsm64 for web (push) Successful in 30s
Build libsm64 / Build libsm64 for windows (push) Successful in 23s
Reformat to something more readable for me :3
2026-05-24 12:13:35 -05:00

9 lines
194 B
C

#pragma once
#include "decomp/include/types.h"
#include "libsm64.h"
#include <stdio.h>
extern SM64PlaySoundFunctionPtr g_play_sound_func;
extern void play_sound(uint32_t soundBits, f32 *pos);