blob: 2bae4448eabb08213ebb35e2d54bbd94519b1358 (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright 2008 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <string>
#include "VideoCommon/MainBase.h"
|