// Copyright 2014 Citra Emulator Project// Licensed under GPLv2// Refer to the license.txt file included.#pragma once#include <string>/* * Loads a symbol map file for use with the disassembler * @param filename String filename path of symbol map file */voidLoadSymbolMap(std::string filename);