import.hh
Go to the documentation of this file.
00001 #ifndef IMPORT_H
00002 #define IMPORT_H
00003 
00004 #include "mode.hh"
00005 
00006 class Import : public Mode
00007 {
00008 public:
00009     Import();
00010     
00011     virtual bool apply(int argc, char* const argv[]);
00012     virtual void help(std::ostream& stream) const;
00013 };
00014 
00015 #endif
00016 


typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Thu Jan 2 2014 11:38:41