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 Mon Sep 8 2025 18:55:23 for Nebula. Dark theme by
Tilen Majerle
. All rights reserved.