2020-04-11 08:27:51 -07:00
|
|
|
/**
|
2020-04-11 09:07:53 -07:00
|
|
|
* @file pch.cpp
|
2022-01-18 22:38:56 +03:30
|
|
|
* @author Sina Karvandi (sina@hyperdbg.org)
|
2020-04-11 10:28:37 -07:00
|
|
|
* @brief source file corresponding to the pre-compiled header
|
|
|
|
|
* @details
|
2020-04-11 08:27:51 -07:00
|
|
|
* @version 0.1
|
|
|
|
|
* @date 2020-04-11
|
2020-05-27 12:09:57 -07:00
|
|
|
*
|
2020-04-11 08:27:51 -07:00
|
|
|
* @copyright This project is released under the GNU Public License v3.
|
2020-05-27 12:09:57 -07:00
|
|
|
*
|
2020-04-11 08:27:51 -07:00
|
|
|
*/
|
2022-05-04 16:38:21 -07:00
|
|
|
#include "pch.h"
|
2020-03-26 11:02:50 -07:00
|
|
|
|
2022-06-30 04:57:08 -07:00
|
|
|
//
|
|
|
|
|
// Global variables
|
|
|
|
|
//
|
2026-07-02 22:00:05 +02:00
|
|
|
#include "header/globals/globals.h"
|
2022-06-30 04:57:08 -07:00
|
|
|
|
2020-04-11 10:28:37 -07:00
|
|
|
//
|
2020-05-27 12:09:57 -07:00
|
|
|
// When you are using pre-compiled headers, this source file is necessary for
|
|
|
|
|
// compilation to succeed.
|
2020-04-11 10:28:37 -07:00
|
|
|
//
|