Merge branch 'master' of https://github.com/ReeceSX/DirectXTex into master
This commit is contained in:
commit
77d8c507e6
@ -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
|
||||
*
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user