COOPY » Guide
version 0.6.5
|
00001 #ifndef COOPY_DIFF_H 00002 #define COOPY_DIFF_H 00003 00004 #include <coopy/Options.h> 00005 00006 namespace coopy { 00007 namespace app { 00008 class Diff; 00009 } 00010 } 00011 00012 class coopy::app::Diff { 00013 public: 00014 00015 int apply(const Options& options); 00016 }; 00017 00018 #endif