pureikyubu/SRC/HighLevel/HighLevel.h
2020-03-08 15:25:58 +03:00

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