mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Put Plugins/ in Core/, rename to VideoBackends
This commit is contained in:
13
Source/Core/VideoBackends/OGL/Src/Globals.h
Normal file
13
Source/Core/VideoBackends/OGL/Src/Globals.h
Normal file
@ -0,0 +1,13 @@
|
||||
// Copyright 2013 Dolphin Emulator Project
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#ifndef _GLOBALS_H_
|
||||
#define _GLOBALS_H_
|
||||
|
||||
#include "Common.h"
|
||||
#include "VideoConfig.h"
|
||||
|
||||
#include "VideoCommon.h"
|
||||
|
||||
#endif // _GLOBALS_H_
|
Reference in New Issue
Block a user