1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-09-24 03:08:20 +02:00
segatools-dniel97/amex/ds.h

15 lines
250 B
C
Raw Normal View History

2018-11-08 02:04:54 +01:00
#pragma once
#include <windows.h>
2019-05-04 19:12:20 +02:00
#include "amex/cfg.h"
2018-11-08 02:04:54 +01:00
DEFINE_GUID(
ds_guid,
0x279A9F67,
0x348F,
0x41C9,
0xA4, 0xC4, 0xDF, 0xDB, 0x8A, 0xE8, 0xE5, 0xE0);
2019-05-04 19:12:20 +02:00
HRESULT ds_hook_init(const struct ds_config *cfg);