- The grafical interpreter now works

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@388 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
fpaparel 2006-02-22 22:45:06 +00:00
parent 47451bf78d
commit 7110279f53
8 changed files with 146 additions and 94 deletions

View file

@ -47,7 +47,7 @@ namespace sgpem
public:
~TextSimulation();
static void parse_command(std::pair< std::pair<TextSimulation*, int>, const Glib::ustring >);
static void parse_command(std::pair< std::pair<TextSimulation*, IOManager*>, const Glib::ustring >);
void add_io_device(memory::smart_ptr<IOManager>);
void update();