#pragma once #include /** * @file constants.h * @brief A header with engine constants. * @todo Further documentation. */ #define YDB_TABLE_FILE_SIGN "TBL!" #define YDB_TABLE_PAGE_SIZE 65536 #define YDB_TABLE_PAGE_FLAG_DELETED (1)