micetools/src/micetools/lib/mice/mice.h

21 lines
371 B
C
Raw Normal View History

#pragma once
2022-07-02 15:07:54 +00:00
#include <Windows.h>
#include <stdlib.h>
#include "../am/am.h"
#include "../ami/ami.h"
2023-03-28 20:08:02 +00:00
#include "config.h"
#include "exe.h"
#include "ioctl.h"
2023-07-07 11:58:55 +00:00
#include "ipc.h"
2023-04-10 17:29:59 +00:00
#include "kcf.h"
2023-03-28 20:08:02 +00:00
#include "log.h"
#include "patch.h"
2022-07-02 15:07:54 +00:00
#include "ringbuf.h"
2023-07-14 19:00:52 +00:00
#include "da.h"
2023-07-07 11:58:55 +00:00
#define SRAM_PATH MiceIpcRelativePath("sram.bin")
BOOL GetSerialNumbers(LPSTR szMainId, LPSTR szKeyId);