2015-05-24 04:32:32 +00:00
|
|
|
// Copyright 2010 Dolphin Emulator Project
|
|
|
|
// Licensed under GPLv2+
|
|
|
|
// Refer to the license.txt file included.
|
|
|
|
|
2014-02-10 18:54:46 +00:00
|
|
|
#pragma once
|
2010-11-18 02:21:26 +00:00
|
|
|
|
2014-02-17 10:18:15 +00:00
|
|
|
#include "Common/CommonTypes.h"
|
2014-08-24 23:13:46 +00:00
|
|
|
#include "Common/Flag.h"
|
2010-11-18 02:21:26 +00:00
|
|
|
|
2011-02-14 02:18:03 +00:00
|
|
|
extern bool s_BackendInitialized;
|