Mercurial > repos > blastem
view terminal.h @ 1073:0eb4264c2287
Make the Makefile more OpenBSD friendly. LTO is not supported on the super old version of GCC it uses. uname -m reports different names than Linux. compiler will return error on rather than just warning for unknown options
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 09 Aug 2016 22:49:32 -0700 |
parents | 0433fdd9ba66 |
children |
line wrap: on
line source
#ifndef TERMINAL_H_ #define TERMINAL_H_ void init_terminal(); void force_no_terminal(); #define INPUT_PATH "/tmp/blastem_input" #define OUTPUT_PATH "/tmp/blastem_output" #endif //TERMINAL_H_