SA_Support
Sapphire's Suite's C++ Support library.
Loading...
Searching...
No Matches
Debug.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_DEBUG_GUARD
6#define SAPPHIRE_SUPPORT_DEBUG_GUARD
7
17#if !defined(NDEBUG) || defined(_DEBUG)
18
20 #define SA_DEBUG 1
21
22#else
23
25 #define SA_DEBUG 0
26
27#endif
28
29
32#endif // GUARD