Add utils and testlib

This commit is contained in:
2023-10-28 15:10:35 +02:00
parent 05a7b5aa06
commit 7a4ddc86c1
7 changed files with 356 additions and 0 deletions

15
include/constants.hpp Normal file
View File

@@ -0,0 +1,15 @@
/** @file constants.hpp
*
* @author Cory Alexander Balaton (coryab)
* @author Janita Ovidie Sandtrøen Willumsen (janitaws)
*
* @version 1.0
*
* @brief Library of constants
*
* @bug No known bugs
* */
#ifndef __CONST__
#define __CONST__
#endif