mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
avoid the extern keyword in .cpp files
This commit is contained in:
parent
6d3f249dcc
commit
81ed17be53
42 changed files with 28 additions and 104 deletions
|
@ -16,12 +16,10 @@
|
|||
#include "VideoCommon/RenderBase.h"
|
||||
#include "VideoCommon/Statistics.h"
|
||||
#include "VideoCommon/TextureCacheBase.h"
|
||||
#include "VideoCommon/VertexLoader.h"
|
||||
#include "VideoCommon/VertexShaderManager.h"
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
// internal state for loading vertices
|
||||
extern NativeVertexFormat *g_nativeVertexFmt;
|
||||
|
||||
namespace DX11
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue