Cog/Plugins/vgmstream/vgmstream/VGMInterface.h
Christopher Snowhill 2755ce5e64 VGMStream: Considerably rewrite plugin interface
It was about time to rewrite this anyway. Now adapted to the new public
interface API.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-03-23 16:13:24 -07:00

13 lines
258 B
Objective-C

//
// VGMInterface.h
// VGMStream
//
// Created by Christopher Snowhill on 9/1/17.
// Copyright 2017 __LoSnoCo__. All rights reserved.
//
#import <libvgmstream/libvgmstream.h>
libstreamfile_t* open_vfs(const char *path);
void register_log_callback();