dolphin/Source/Core/Core/ARDecrypt.h
2015-05-25 13:22:31 +02:00

18 lines
330 B
C++

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