mirror of
https://github.com/abakh/nbsdgames.git
synced 2025-02-02 15:07:27 -05:00
put dependencies in the same place
This commit is contained in:
parent
bcedb90d16
commit
016b58c132
4
common.h
4
common.h
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user