view interps/rail/src/interactive.h @ 9309:cc6e0165d321

<oerjan> revert
author HackBot
date Mon, 17 Oct 2016 00:38:35 +0000
parents 859f9b4339e6
children
line wrap: on
line source

// interactive.h

#ifndef INTERACTIVE_H_RAIL_1
#define INTERACTIVE_H_RAIL_1

class Thread;

void runInteractive(Thread & program);

#endif