view interps/rail/src/interactive.h @ 1353:da1eaf2e0718

<GreyKnight> rm FdNb
author HackBot
date Thu, 10 Jan 2013 13:33:52 +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