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

15 lines
245 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-03-28 20:08:02 +00:00
#include "log.h"
#include "patch.h"
2022-07-02 15:07:54 +00:00
#include "ringbuf.h"
#include "version_fallback.h"