It was about time to rewrite this anyway. Now adapted to the new public interface API. Signed-off-by: Christopher Snowhill <kode54@gmail.com>
13 lines
258 B
Objective-C
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();
|