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

14 lines
228 B
C
Raw Normal View History

#pragma once
2022-07-02 15:07:54 +00:00
#include <Windows.h>
#include <stdlib.h>
#include "config.h"
#include "../am/am.h"
#include "../ami/ami.h"
#include "exe.h"
#include "ioctl.h"
#include "patch.h"
2022-07-02 15:07:54 +00:00
#include "ringbuf.h"
#include "version_fallback.h"