Move the sources to trunk
[opencv] / apps / vmdemotk / VMDemoTkInit.h
1 #ifndef _VMDEMO_TK_INIT_H_
2 #define _VMDEMO_TK_INIT_H_
3
4 #include "VMDemoTk.h"
5 int VMDemoTkInit ( Tcl_Interp *interp, int argc, char **argv);
6
7 #endif