TuttleOFX  1
main.cpp
Go to the documentation of this file.
00001 #define SAM_MOVEFILES
00002 
00003 #include <sam/common/mvcp.hpp>
00004 
00005 int main( int argc, char** argv )
00006 {
00007         sammvcp( argc, argv );
00008         return 0;
00009 }