blob: b77b3e529dac09022c511151bd9405acc5327bab (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// Copyright 2008 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);
void VideoCommon_Init();
|