mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
20 lines
405 B
C
20 lines
405 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
#include <direct.h>
|
|
#include <setjmp.h>
|
|
#include <float.h>
|
|
#include <math.h>
|
|
#include <stdarg.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <time.h>
|
|
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include <intrin.h>
|
|
#include <tchar.h>
|
|
|
|
#include "../../SRC/Common/Jdi.h"
|
|
#include "../../SRC/Hardware/Hardware.h"
|
|
#include "../../SRC/Dolwin/Emulator.h"
|