SA_Support
Sapphire's Suite's C++ Support library.
Loading...
Searching...
No Matches
Windows.hpp
Go to the documentation of this file.
1// Copyright (c) 2023 Sapphire's Suite. All Rights Reserved.
2
3#pragma once
4
5#ifndef SAPPHIRE_SUPPORT_WINDOWS_API_GUARD
6#define SAPPHIRE_SUPPORT_WINDOWS_API_GUARD
7
10
21#if SA_WIN
22
23 #include <Windows.h>
24
25#endif
26
27
30#endif // GUARD
Platform support definition file.
Pragma directives support file.