#include "Behaviors/StateMachine.h"

#nodeclass MyDemo : VisualRoutinesStateNode
virtual void doStart(){
  NEW_SKETCH(img1, uchar, sketchFromRawY());
}
#endnodeclass

REGISTER_BEHAVIOR(MyDemo);
