mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 12:58:33 +02:00
VideoCommon: Convert some DataReader includes into forward declarations
Gets rid of some indirect inclusions in cpp files. Also this will reduce the amount of rebuilt files if changes occur in the DataReader header.
This commit is contained in:
@ -5,7 +5,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "Common/CommonTypes.h"
|
||||
#include "VideoCommon/DataReader.h"
|
||||
|
||||
class DataReader;
|
||||
|
||||
#define GX_NOP 0x00
|
||||
#define GX_UNKNOWN_RESET 0x01
|
||||
|
Reference in New Issue
Block a user