forked from H-uru/Plasma
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4b6c2a
commit e8f47d3
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,8 +40,8 @@ You can contact Cyan Worlds, Inc. by email [email protected] | |
*==LICENSE==*/ | ||
|
||
#ifndef plMetalPipelineState_hpp | ||
#define plMetalPipelineState_hpp | ||
#ifndef plMetalPipelineState_h | ||
#define plMetalPipelineState_h | ||
|
||
#include <stdio.h> | ||
|
||
|
@@ -401,4 +401,4 @@ class plMetalClearPipelineState : public plMetalPipelineState | |
bool fShouldClearDepth; | ||
}; | ||
|
||
#endif /* plMetalPipelineState_hpp */ | ||
#endif /* plMetalPipelineState_h */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,8 +39,8 @@ You can contact Cyan Worlds, Inc. by email [email protected] | |
Mead, WA 99021 | ||
*==LICENSE==*/ | ||
#ifndef _plDXTextFont_h | ||
#define _plDXTextFont_h | ||
#ifndef _plMetalTextFont_h | ||
#define _plMetalTextFont_h | ||
|
||
#include <Metal/Metal.hpp> | ||
|
||
|
@@ -99,4 +99,4 @@ class plMetalTextFont : public plTextFont | |
void DestroyObjects() override; | ||
}; | ||
|
||
#endif // _plDXTextFont_h | ||
#endif // _plMetalTextFont_h |