OpenClonk
C4ScriptGuiWindow.cpp File Reference
Include dependency graph for C4ScriptGuiWindow.cpp:

Go to the source code of this file.

Macros

#define MenuDebugLogF(...)   ((void)0)
 
#define PROPERTY_TUPLE(p, prop1, prop2)   if (prop == p) { val = PositionToC4Value(prop1, prop2); }
 

Macro Definition Documentation

◆ MenuDebugLogF

#define MenuDebugLogF (   ...)    ((void)0)

Definition at line 48 of file C4ScriptGuiWindow.cpp.

◆ PROPERTY_TUPLE

#define PROPERTY_TUPLE (   p,
  prop1,
  prop2 
)    if (prop == p) { val = PositionToC4Value(prop1, prop2); }