// Project64 - A Nintendo 64 emulator // http://www.pj64-emu.com/ // Copyright (C) 2021 Project64. All rights reserved. // GNU/GPLv2 licensed: https://gnu.org/licenses/gpl-2.0.html #pragma once #include "Support.h" #include //needed for stl string (std::string) #include #include #include "UserInterface.h" #include #include //General Mips Information #include #include #include #include #include #include