wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
Constants.h
Go to the documentation of this file.
1// Copyright 2015 - 2026, GIBIS-UNIFESP and the wiRedPanda contributors
2// SPDX-License-Identifier: GPL-3.0-or-later
3
7
8#pragma once
9
10namespace Constants {
12constexpr int gridSize = 16;
13} // namespace Constants
constexpr int gridSize
Scene grid unit in pixels (elements snap to gridSize/2).
Definition Constants.h:12