headers + warnings
This commit is contained in:
parent
0315eb5bdc
commit
2b05b35a3e
@ -1,3 +1,13 @@
|
||||
/***
|
||||
Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||
Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s].
|
||||
Please do no evil.
|
||||
|
||||
File: MSVCStubs.hpp
|
||||
Date: 2020-9-12
|
||||
Author: Reece
|
||||
Purpose: TBD
|
||||
***/
|
||||
#pragma once
|
||||
|
||||
typedef struct _GUID {
|
||||
|
@ -1,8 +1,16 @@
|
||||
/***
|
||||
Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||
Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s].
|
||||
Please do no evil.
|
||||
|
||||
File: PlatformSupportPublic.hpp
|
||||
Date: 2020-9-25
|
||||
Author: Reece
|
||||
Purpose: TBD
|
||||
***/
|
||||
#pragma once
|
||||
|
||||
#if defined(_DXTX_NOWIN)
|
||||
|
||||
#include "Win32Public.hpp"
|
||||
#include "MSVCStubs.hpp"
|
||||
|
||||
#endif
|
@ -8,7 +8,9 @@
|
||||
Author: Reece
|
||||
Purpose: TBD
|
||||
***/
|
||||
typedef enum DXGI_FORMAT {
|
||||
#pragma once
|
||||
|
||||
enum DXGI_FORMAT {
|
||||
DXGI_FORMAT_UNKNOWN,
|
||||
DXGI_FORMAT_R32G32B32A32_TYPELESS,
|
||||
DXGI_FORMAT_R32G32B32A32_FLOAT,
|
||||
|
@ -1,3 +1,13 @@
|
||||
/***
|
||||
Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||
Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s].
|
||||
Please do no evil.
|
||||
|
||||
File: Win32Errors.hpp
|
||||
Date: 2020-9-12
|
||||
Author: Reece
|
||||
Purpose: TBD
|
||||
***/
|
||||
#pragma once
|
||||
|
||||
using HRESULT = LONG;
|
||||
|
@ -1,5 +1,5 @@
|
||||
/***
|
||||
Copyright (<EFBFBD>) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||
Copyright (©) 2020 Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||||
Do not use, copy, distribute, publish, disseminate, modify, or sublicense without express permission from the rights holder[s].
|
||||
Please do no evil.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user