mirror of
https://gitea.tendokyu.moe/Dniel97/segatools.git
synced 2024-11-11 23:17:08 +01:00
14 lines
217 B
C
14 lines
217 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
#include "iccard/mifare.h"
|
|
|
|
HRESULT aime_card_populate(
|
|
struct mifare *mifare,
|
|
const uint8_t *luid,
|
|
size_t nbytes);
|