forked from Hay1tsme/segatools
6d933eb8f4
Easier to type and more consistent with its identifiers.
15 lines
253 B
C
15 lines
253 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "amex/config.h"
|
|
|
|
DEFINE_GUID(
|
|
ds_guid,
|
|
0x279A9F67,
|
|
0x348F,
|
|
0x41C9,
|
|
0xA4, 0xC4, 0xDF, 0xDB, 0x8A, 0xE8, 0xE5, 0xE0);
|
|
|
|
HRESULT ds_hook_init(const struct ds_config *cfg);
|