mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-10 10:08:51 +00:00
normalize common filenames in VideoBackends/OGL
This commit is contained in:
parent
3193f3d5c4
commit
ff4f67492b
19 changed files with 64 additions and 64 deletions
18
Source/Core/VideoBackends/OGL/OGLBoundingBox.h
Normal file
18
Source/Core/VideoBackends/OGL/OGLBoundingBox.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue