diff options
| author | degasus <wickmarkus@web.de> | 2014-12-09 08:30:38 +0100 |
|---|---|---|
| committer | degasus <wickmarkus@web.de> | 2014-12-09 18:56:27 +0100 |
| commit | 02cdb41d3d3eec73d2c843fe865ff906e01b44a4 (patch) | |
| tree | fc2c7ad8da7c7351a740bfefd6c62a5c9e754f23 /Source/Core/VideoCommon/VertexManagerBase.h | |
| parent | 50de4238bb1bbceb4797821d8ec428ab1d075aaa (diff) | |
VideoCommon: Rename s_pCurBufferPointer
Diffstat (limited to 'Source/Core/VideoCommon/VertexManagerBase.h')
| -rw-r--r-- | Source/Core/VideoCommon/VertexManagerBase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VertexManagerBase.h b/Source/Core/VideoCommon/VertexManagerBase.h index 604bf0a480..d506d273d2 100644 --- a/Source/Core/VideoCommon/VertexManagerBase.h +++ b/Source/Core/VideoCommon/VertexManagerBase.h @@ -3,6 +3,7 @@ #include <vector> #include "Common/CommonFuncs.h" #include "Common/CommonTypes.h" +#include "VideoCommon/DataReader.h" class NativeVertexFormat; class PointerWrap; |
