Change namespace name
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "Base/ICloseable.hpp"
|
||||
#include "InputKey.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
namespace OpenVulkano
|
||||
{
|
||||
namespace Input
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "InputDeviceController.hpp"
|
||||
#include "Base/Logger.hpp"
|
||||
|
||||
namespace openVulkanoCpp::Input
|
||||
namespace OpenVulkano::Input
|
||||
{
|
||||
void InputDeviceController::Init(const int index, const std::string& name)
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "InputDevice.hpp"
|
||||
|
||||
namespace openVulkanoCpp::Input
|
||||
namespace OpenVulkano::Input
|
||||
{
|
||||
class ControllerType
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "InputDevice.hpp"
|
||||
#include <bitset>
|
||||
|
||||
namespace openVulkanoCpp
|
||||
namespace OpenVulkano
|
||||
{
|
||||
class IWindow;
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "InputDeviceMouse.hpp"
|
||||
#include "Base/Logger.hpp"
|
||||
|
||||
namespace openVulkanoCpp::Input
|
||||
namespace OpenVulkano::Input
|
||||
{
|
||||
void InputDeviceMouse::Init(const int index, const std::string& name)
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "InputDevice.hpp"
|
||||
#include "Math/Math.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
namespace OpenVulkano
|
||||
{
|
||||
class IWindow;
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
|
||||
namespace openVulkanoCpp::Input
|
||||
namespace OpenVulkano::Input
|
||||
{
|
||||
enum class InputDeviceType : uint8_t
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "InputDeviceType.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
namespace OpenVulkano
|
||||
{
|
||||
namespace Input
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
||||
namespace openVulkanoCpp
|
||||
namespace OpenVulkano
|
||||
{
|
||||
namespace Input
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user