mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
19 lines
355 B
C
19 lines
355 B
C
/*
|
|
* Common Functions and Defines
|
|
*
|
|
* Hannes Gredler, July 2020
|
|
* Christian Giese, October 2020
|
|
*
|
|
* Copyright (C) 2020-2023, 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 |