OpenClonk
C4Include.h File Reference
#include "platform/PlatformAbstraction.h"
#include <algorithm>
#include <cassert>
#include <cctype>
#include <cerrno>
#include <climits>
#include <cmath>
#include <cstdarg>
#include <cstddef>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <iostream>
#include <list>
#include <map>
#include <memory>
#include <regex>
#include <set>
#include <sstream>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>
#include <unordered_set>
#include <math.h>
#include "C4Prototypes.h"
#include "lib/C4Log.h"
#include "lib/C4Real.h"
#include "lib/Standard.h"
#include "lib/StdBuf.h"
#include "platform/StdFile.h"
#include "c4group/C4Language.h"
#include "config/C4Config.h"
#include "config/C4Reloc.h"
#include "game/C4Game.h"
Include dependency graph for C4Include.h:

Go to the source code of this file.

Variables

constexpr bool DEBUGREC_SCRIPT = true
 
constexpr int DEBUGREC_START_FRAME = 0
 
constexpr bool DEBUGREC_PXS = true
 
constexpr bool DEBUGREC_MATSCAN = true
 
constexpr bool DEBUGREC_MENU = true
 
constexpr bool DEBUGREC_OCF = true
 
constexpr bool DEBUGREC_RECRUITMENT = false
 
constexpr bool SOLIDMASK_DEBUG = false
 

Variable Documentation

◆ DEBUGREC_MATSCAN

constexpr bool DEBUGREC_MATSCAN = true
constexpr

Definition at line 33 of file C4Include.h.

Referenced by C4Landscape::P::DoScan(), and C4Landscape::P::ExecuteScan().

◆ DEBUGREC_MENU

constexpr bool DEBUGREC_MENU = true
constexpr

Definition at line 34 of file C4Include.h.

◆ DEBUGREC_OCF

constexpr bool DEBUGREC_OCF = true
constexpr

Definition at line 35 of file C4Include.h.

Referenced by C4Object::SetOCF(), and C4Object::UpdateOCF().

◆ DEBUGREC_PXS

constexpr bool DEBUGREC_PXS = true
constexpr

Definition at line 32 of file C4Include.h.

Referenced by C4PXS::Deactivate(), and C4PXS::Execute().

◆ DEBUGREC_RECRUITMENT

constexpr bool DEBUGREC_RECRUITMENT = false
constexpr

Definition at line 36 of file C4Include.h.

◆ DEBUGREC_SCRIPT

constexpr bool DEBUGREC_SCRIPT = true
constexpr

Definition at line 30 of file C4Include.h.

Referenced by C4AulExec::DirectExec().

◆ DEBUGREC_START_FRAME

constexpr int DEBUGREC_START_FRAME = 0
constexpr

Definition at line 31 of file C4Include.h.

Referenced by C4Playback::Check().

◆ SOLIDMASK_DEBUG

constexpr bool SOLIDMASK_DEBUG = false
constexpr

Definition at line 39 of file C4Include.h.

Referenced by C4SolidMask::CheckConsistency().