Files
Laika/Crypter/config.hpp

5 lines
122 B
C++

#pragma once
const int PROB_ANSI = 50;
const int CODE_BLOCK_CALL_COUNT_MIN = 5;
const int CODE_BLOCK_CALL_COUNT_MAX = 15;