/** * @file pch.cpp * @author Sina Karvandi (sina@hyperdbg.org) * @brief source file corresponding to the pre-compiled header * @details * @version 0.1 * @date 2020-04-11 * * @copyright This project is released under the GNU Public License v3. * */ #include "pch.h" // // Global variables // #include "header/globals/globals.h" // // When you are using pre-compiled headers, this source file is necessary for // compilation to succeed. //