11 lines
244 B
C
11 lines
244 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define PROGRAM "yait"
|
|
#define LICENSE_LINE "License BSD-3-Clause: BSD-3-Clause <https://opensource.org/license/bsd-3-clause>"
|
|
#define AUTHORS "vx_clutch"
|
|
#define VERSION "pre-alpha"
|
|
#define YEAR 2025
|
|
|
|
#endif
|