segatools/amex/nvram.h

8 lines
129 B
C
Raw Normal View History

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