Merge branch 'master' of https://github.com/ReeceSX/DirectXTex into master

This commit is contained in:
Reece Wilson 2020-09-12 20:23:44 +01:00
commit 77d8c507e6
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/***
*sal.h - markers for documenting the semantics of APIs
*

View File

@ -1,6 +1,15 @@
/***
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: StdFS.hpp
Date: 2020-9-12
Author: Reece
Purpose: TBD
***/
#pragma once
template<typename T>
class ScopedFile
{