Первый тестовый коммит: вырисовывается структура проекта

This commit is contained in:
Денис Буторин 2025-06-04 07:06:13 +03:00
parent 57c53b1ad3
commit aafca4020c
Signed by: dekabu
GPG key ID: A41DE59BFAD5A389
6 changed files with 42 additions and 0 deletions

0
src/main.c Normal file
View file

1
src/pie.h Normal file
View file

@ -0,0 +1 @@
#include "version.h"

3
src/version.h Normal file
View file

@ -0,0 +1,3 @@
#define PIE_VERSION_MAJOR 0
#define PIE_VERSION_MINOR 1
#define PIE_VERSION_PATCH 0