mirror of
https://github.com/opus-tango/IntroductionToVulkan.git
synced 2026-03-20 12:05:20 +00:00
Fixed Tutorial04 definition in header file.
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
// Intel does not assume any responsibility for any errors which may appear in this software
|
// Intel does not assume any responsibility for any errors which may appear in this software
|
||||||
// nor any responsibility to update it.
|
// nor any responsibility to update it.
|
||||||
|
|
||||||
#if !defined(TUTORIAL_03_HEADER)
|
#if !defined(TUTORIAL_04_HEADER)
|
||||||
#define TUTORIAL_03_HEADER
|
#define TUTORIAL_04_HEADER
|
||||||
|
|
||||||
#include "VulkanCommon.h"
|
#include "VulkanCommon.h"
|
||||||
#include "Tools.h"
|
#include "Tools.h"
|
||||||
@@ -124,4 +124,4 @@ namespace ApiWithoutSecrets {
|
|||||||
|
|
||||||
} // namespace ApiWithoutSecrets
|
} // namespace ApiWithoutSecrets
|
||||||
|
|
||||||
#endif // TUTORIAL_03_HEADER
|
#endif // TUTORIAL_04_HEADER
|
||||||
Reference in New Issue
Block a user