forked from TeamTofuShop/segatools
jvs/jvs-frame.c: Add JVS framing
This commit is contained in:
17
jvs/jvs-frame.h
Normal file
17
jvs/jvs-frame.h
Normal file
@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "hook/iobuf.h"
|
||||
|
||||
HRESULT jvs_frame_decode(
|
||||
struct iobuf *dest,
|
||||
const void *bytes,
|
||||
size_t nbytes);
|
||||
|
||||
HRESULT jvs_frame_encode(
|
||||
struct iobuf *dest,
|
||||
const void *bytes,
|
||||
size_t nbytes);
|
Reference in New Issue
Block a user