dolphin/Source/Core/VideoCommon/VideoState.h

12 lines
251 B
C
Raw Normal View History

// Copyright 2013 Dolphin Emulator Project
// Licensed under GPLv2
// Refer to the license.txt file included.
#pragma once
class PointerWrap;
void VideoCommon_DoState(PointerWrap &p);
void VideoCommon_RunLoop(bool enable);
2012-01-02 10:20:22 +00:00
void VideoCommon_Init();