blob: 8e30d82a491b5c87599d9edc784a7b7e77bc92c2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// Copyright 2010 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include "Common/CommonTypes.h"
#include "Common/Flag.h"
extern bool s_BackendInitialized;
|