Files
rtbrick-bngblaster/code/common/src/common_include.h
T
Christian Giese 08d2f85975 Add LSPGEN and Restructure Project
+ restructure project
+ add lspgen
+ ...
2022-03-08 21:25:09 +01:00

19 lines
355 B
C

/*
* Common Functions and Defines
*
* Hannes Gredler, July 2020
* Christian Giese, October 2020
*
* Copyright (C) 2020-2022, RtBrick, Inc.
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __COMMON_INCLUDE_H__
#define __COMMON_INCLUDE_H__
#include "common.h"
#include "config.h"
#include "utils.h"
#include "logging.h"
#include "timer.h"
#endif