normalize common filenames in VideoBackends/OGL

This commit is contained in:
Shawn Hoffman
2020-09-15 05:00:24 -07:00
parent 3193f3d5c4
commit ff4f67492b
19 changed files with 64 additions and 64 deletions

View File

@ -0,0 +1,18 @@
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
namespace OGL
{
class BoundingBox
{
public:
static void Init();
static void Shutdown();
static void Set(int index, int value);
static int Get(int index);
};
}; // namespace OGL