Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
sb16.h
Go to the documentation of this file.
1#ifndef __HAL_SOUND_SB16_H__
2#define __HAL_SOUND_SB16_H__
3
4#include <type.h>
5
6void sb16_init();
7void sb16_play(const char* name);
8#endif // __HAL_SOUND_SB16_H__
kstring name
Definition dentry.h:5
void sb16_init()
void sb16_play(const char *name)