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:
parent
ca993d8b00
commit
d18274d0ee
9 changed files with 87 additions and 65 deletions
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "parallaction/parallaction.h"
|
||||
#include "parallaction/objects.h"
|
||||
#include "parallaction/parser.h"
|
||||
|
||||
namespace Parallaction {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue