caniadd/src/globals.h

8 lines
110 B
C
Raw Normal View History

2022-01-09 18:45:19 +01:00
#ifndef _GLOBALS_H
#define _GLOBALS_H
#include <stdbool.h>
extern bool should_exit;
#endif /* _GLOBALS_H */