2013-04-18 03:09:55 +00:00
|
|
|
// Copyright 2013 Dolphin Emulator Project
|
|
|
|
// Licensed under GPLv2
|
|
|
|
// Refer to the license.txt file included.
|
2008-12-08 04:46:09 +00:00
|
|
|
|
2009-07-26 09:52:35 +00:00
|
|
|
#ifndef _VIDEOSTATE_H
|
|
|
|
#define _VIDEOSTATE_H
|
2008-12-08 04:46:09 +00:00
|
|
|
|
|
|
|
#include "Common.h"
|
|
|
|
#include "ChunkFile.h"
|
|
|
|
|
|
|
|
void VideoCommon_DoState(PointerWrap &p);
|
2011-02-08 10:37:47 +00:00
|
|
|
void VideoCommon_RunLoop(bool enable);
|
2012-01-02 10:20:22 +00:00
|
|
|
void VideoCommon_Init();
|
2008-12-08 04:46:09 +00:00
|
|
|
|
2009-07-26 09:52:35 +00:00
|
|
|
#endif // _VIDEOSTATE_H
|