dolphin/Source/Core/DolphinQt2/Translation.h
2017-09-14 17:15:21 -07:00

10 lines
171 B
C++

// Copyright 2017 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
namespace Translation
{
void Initialize();
}