mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 15:54:55 +00:00
13 lines
246 B
C
13 lines
246 B
C
// 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_
|