1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-09-23 18:58:21 +02:00
segatools-dniel97/amex/nvram.h

8 lines
129 B
C
Raw Permalink Normal View History

#pragma once
#include <windows.h>
#include <stddef.h>
2019-05-04 19:12:20 +02:00
HRESULT nvram_open_file(HANDLE *out, const wchar_t *path, size_t size);