/* * BSD 2-Clause “Simplified” License * Copyright (c) 2019, Aldrik Ramaekers, aldrik.ramaekers@protonmail.com * All rights reserved. */ #ifndef INCLUDE_CONFIG #define INCLUDE_CONFIG #define TARGET_FRAMERATE 1000/24.0 #define SCROLL_SPEED 50 #define FILE_RESERVE_COUNT 500 #define ERROR_RESERVE_COUNT 10 #define MAX_ERROR_MESSAGE_LENGTH 120 #define MAX_STATUS_TEXT_LENGTH 120 #define MAX_TERM_NAME_LENGTH 100 #define UNSAVED_CHANGES_COLOR rgb(255, 102, 102) #define MISSING_TRANSLATION_COLOR rgb(255, 179, 102) #define ASSET_IMAGE_COUNT 10 #define ASSET_FONT_COUNT 10 #define ASSET_QUEUE_COUNT 20 #endif