mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-01-24 15:34:55 +00:00
Merge pull request #4032 from bylaws/small
Windows: Fix missing pragma and license text
This commit is contained in:
commit
e415b9443f
@ -1,4 +1,6 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#pragma once
|
||||
|
||||
namespace FEX::Windows::Logging {
|
||||
void Init();
|
||||
} // namespace FEX::Windows::Logging
|
||||
|
@ -1,3 +1,4 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
#pragma once
|
||||
|
||||
#include <exception>
|
||||
|
Loading…
x
Reference in New Issue
Block a user