1
0
Fork 0

put dependencies in the same place

This commit is contained in:
me 2022-07-19 02:25:07 +04:30
parent bcedb90d16
commit 016b58c132
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ You should have received a copy of the CC0 Public Domain Dedication along with t
#include <limits.h>
#include <stdbool.h>
#include <unistd.h>
#include <curses.h>
#include <time.h>
#include <signal.h>
#include <math.h>
#include "config.h"
#define FOPEN_FAIL -10
#define ENV_VAR_OR_USERNAME (getenv("NB_PLAYER")?getenv("NB_PLAYER"):getenv("USER"))