Play Audio in Qt client

This commit is contained in:
Florian Märkl 2018-12-02 13:44:59 +01:00
commit e3a0a9fe1b
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
3 changed files with 47 additions and 6 deletions

View file

@ -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
{