view interps/rail/src/interactive.h @ 3413:093af2efa036

<boily> addquote <oerjan> i guess the fact i won\'t eat bovine tongue is just tranferred cod trauma.
author HackBot
date Mon, 12 Aug 2013 20:43:45 +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