view terminal.h @ 1176:aa6e0914dcd7

Add some dummy functions to test_int_timing so debug builds of it succeed
author Michael Pavone <pavone@retrodev.com>
date Tue, 17 Jan 2017 09:17:43 -0800
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_