mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-21 06:19:56 +00:00
9 lines
No EOL
191 B
C
9 lines
No EOL
191 B
C
#pragma once
|
|
|
|
#include "sound/audioplayback.h"
|
|
|
|
#include <ruby.h>
|
|
|
|
extern void audioplayback_free(void* ptr);
|
|
extern const rb_data_type_t audioplayback_type;
|
|
extern VALUE audioplayback_klass; |