Nebula
Loading...
Searching...
No Matches
compilerhelper.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
9
#ifdef __clang__
10
#define UNUSED(x) __attribute__((unused)) x
11
#else
12
#define UNUSED(x) x
13
#endif
code
foundation
util
compilerhelper.h
Generated on Wed Nov 13 2024 21:37:32 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.