perf: add constants.h file with global constants

This commit is contained in:
2023-01-13 02:21:19 +03:00
parent 36acd4208a
commit 44ef8c32c2
2 changed files with 18 additions and 6 deletions
+11
View File
@@ -0,0 +1,11 @@
// Tanabata global constants
// By Masahiko AMANO aka H1K0
#pragma once
#ifndef TANABATA_CONSTANTS_H
#define TANABATA_CONSTANTS_H
// Tanabata configuration directory
#define CONFIG_DIR "/etc/tfm/"
#endif //TANABATA_CONSTANTS_H