VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
Debug.h
Go to the documentation of this file.
1
8
#pragma once
9
10
#if defined(_DEBUG) || defined(DEBUG) || (!defined(NDEBUG) && defined(__GNUC__))
11
#define VENOM_DEBUG
12
#endif
13
14
#ifdef VENOM_DEBUG
15
#define _ANALYSIS
16
#define DEBUG_CODE(code) code
17
#else
18
#define DEBUG_CODE(code)
19
#endif
lib
common
include
venom
common
Debug.h
Generated by
1.12.0