mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Play Audio in Qt client
This commit is contained in:
parent
41cfefd5ae
commit
e3a0a9fe1b
3 changed files with 47 additions and 6 deletions
|
@ -24,7 +24,7 @@ extern "C" {
|
|||
|
||||
#define CHIAKI_EXPORT
|
||||
|
||||
#define CHIAKI_NEW(t) (malloc(sizeof(t)))
|
||||
#define CHIAKI_NEW(t) ((t*)malloc(sizeof(t)))
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue