MainBase.h 218 B

1234567891011
  1. // Copyright 2010 Dolphin Emulator Project
  2. // Licensed under GPLv2+
  3. // Refer to the license.txt file included.
  4. #pragma once
  5. #include "Common/CommonTypes.h"
  6. #include "Common/Flag.h"
  7. extern bool s_BackendInitialized;