Apply header guard check
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// This file was automatically generated
|
||||
// this file was automatically generated and should not be edited
|
||||
|
||||
/*
|
||||
Nazara Engine - Vulkan
|
||||
Nazara Engine - Vulkan renderer
|
||||
|
||||
Copyright (C) 2015 Jérôme "Lynix" Leclercq (Lynix680@gmail.com)
|
||||
Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com)
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_GLOBAL_VULKANRENDERER_WRAPPER_HPP
|
||||
#define NAZARA_GLOBAL_VULKANRENDERER_WRAPPER_HPP
|
||||
#ifndef NAZARA_VULKANRENDERER_WRAPPER_HPP
|
||||
#define NAZARA_VULKANRENDERER_WRAPPER_HPP
|
||||
|
||||
#include <Nazara/VulkanRenderer/Wrapper/AutoFree.hpp>
|
||||
#include <Nazara/VulkanRenderer/Wrapper/Buffer.hpp>
|
||||
@@ -59,4 +59,4 @@
|
||||
#include <Nazara/VulkanRenderer/Wrapper/Surface.hpp>
|
||||
#include <Nazara/VulkanRenderer/Wrapper/Swapchain.hpp>
|
||||
|
||||
#endif // NAZARA_GLOBAL_VULKANRENDERER_WRAPPER_HPP
|
||||
#endif // NAZARA_VULKANRENDERER_WRAPPER_HPP
|
||||
|
||||
Reference in New Issue
Block a user