Nebula
Loading...
Searching...
No Matches
compilerhelper.h
Go to the documentation of this file.
1
#pragma once
2
//------------------------------------------------------------------------------
8
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 Sat Jul 5 2025 20:04:47 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.