5 Project configuration
Jakub Sykulski edited this page 2026-02-10 16:18:36 +01:00

Runtime Configuration

The project uses a configuration.h header to manage runtime flags and settings. This file centralizes all configurable parameters, making it easy to adjust behaviour without modifying core code.

As the project evolves, new flags may be added or modified to support additional features or optimizations, please keep an eye out for this in future updates.

There is no need to modify this file every time, but if you want to set different default values do it here instead of modifying project code.

Usage

Include the header in your source files to access runtime flags:

#include "relative/path/from/dir/configuration.h"