view interps/rail/src/interactive.h @ 7617:f36d749de05d

<Kaynato> fetch http://pastebin.com/raw/Mcd6MMB5
author HackBot
date Fri, 29 Apr 2016 01:09: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