Implemented all variants of IF script instruction. Program class has been changed to store an Array of instruction instead of a List, so that references to instructions are integers.

svn-id: r39631
This commit is contained in:
Nicola Mettifogo 2009-03-23 11:38:09 +00:00
parent ca993d8b00
commit d18274d0ee
9 changed files with 87 additions and 65 deletions

View file

@ -25,7 +25,6 @@
#include "parallaction/parallaction.h"
#include "parallaction/objects.h"
#include "parallaction/parser.h"
namespace Parallaction {