// Copyright 2008 Dolphin Emulator Project // Licensed under GPLv2+ // Refer to the license.txt file included. #pragma once #include #include #include "Common/CommonTypes.h" #include "Core/ActionReplay.h" namespace ActionReplay { void DecryptARCode(std::vector vCodes, std::vector* ops); } // namespace