// 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