Skip to content

Commit

Permalink
ShadowMapManager.hpp: added missing pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Aug 14, 2024
1 parent 27e016b commit 93ab2b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Components/interface/ShadowMapManager.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019-2023 Diligent Graphics LLC
* Copyright 2019-2024 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -25,6 +25,8 @@
* of the possibility of such damages.
*/

#pragma once

#include <vector>
#include <array>

Expand Down

0 comments on commit 93ab2b4

Please sign in to comment.