view interps/rail/src/interactive.h @ 8877:405da606e69e

<oerjan> learn The password of the month is late.
author HackBot
date Fri, 29 Jul 2016 00:51: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