libInit.cc
changeset 3830 e05a3fe5584d
parent 3637 84c4534403c5
child 3840 7df3120938e1
--- a/libInit.cc	Sat Jan 21 03:58:56 2017 +0100
+++ b/libInit.cc	Sat Jan 21 03:58:58 2017 +0100
@@ -23,6 +23,7 @@
 extern void _DisplayObject_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _DragAndDropManager_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _DragHandler_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
+extern void _DragRectangleController_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _DrawAdaptor_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _DropContext_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
 extern void _DropObject_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
@@ -117,6 +118,7 @@
     _DisplayObject_Init(pass,__pRT__,snd);
     _DragAndDropManager_Init(pass,__pRT__,snd);
     _DragHandler_Init(pass,__pRT__,snd);
+    _DragRectangleController_Init(pass,__pRT__,snd);
     _DrawAdaptor_Init(pass,__pRT__,snd);
     _DropContext_Init(pass,__pRT__,snd);
     _DropObject_Init(pass,__pRT__,snd);