animator.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:0k
源码类别:

通讯编程

开发平台:

Visual C++

  1. #ifndef nam_animator_h
  2. #define nam_animator_h
  3. #include <tclcl.h>
  4. class NetworkAnimator : public TclObject {
  5. public:
  6. NetworkAnimator() : TclObject() {}
  7. virtual int command(int argc, const char *const* argv);
  8. };
  9. #endif // nam_animator_h