5 lines
85 B
C++
5 lines
85 B
C++
#pragma once
|
|
|
|
constexpr int MAX_VALUES = 100;
|
|
constexpr int DEFAULT_NR_ENTRIES = 10;
|