mirror of
https://github.com/emu-russia/pureikyubu.git
synced 2025-04-02 10:42:15 -04:00
13 lines
533 B
C
13 lines
533 B
C
// High Level API for other sub-systems
|
|
|
|
#pragma once
|
|
|
|
#include "HLE.h" // HLE init
|
|
#include "Symbols.h" // symbolic information
|
|
#include "MapLoader.h" // *.map file loader
|
|
#include "MapSaver.h" // save current symbols in *.map file
|
|
#include "MapMaker.h" // OS calls search engine
|
|
#include "Bootrom.h" // bootrom simulation
|
|
#include "OS.h" // Dolphin OS
|
|
#include "Stdc.h" // std C runtime library calls
|
|
#include "Mtx.h" // vector/matrix library
|