source: nanovis/branches/1.1/FlowCmd.h @ 6307

Last change on this file since 6307 was 4889, checked in by ldelgass, 9 years ago

Merge r3611:3618 from trunk

  • Property svn:eol-style set to native
File size: 495 bytes
RevLine 
[2798]1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
[1544]2/*
[4889]3 * Copyright (c) 2004-2013  HUBzero Foundation, LLC
[1544]4 *
[4889]5 * Authors:
6 *   Wei Qiao <qiaow@purdue.edu>
7 *   Insoo Woo <iwoo@purdue.edu>
8 *   Michael McLennan <mmclennan@purdue.edu>
[1544]9 */
[4889]10#ifndef NV_FLOWCMD_H
11#define NV_FLOWCMD_H
[1544]12
[2831]13#include <tcl.h>
14
[4874]15namespace nv {
16
17extern void FlowCmdInitProc(Tcl_Interp *interp, ClientData clientData);
18
[4612]19extern Tcl_ObjCmdProc FlowInstObjCmd;
20extern Tcl_CmdDeleteProc FlowInstDeleteProc;
[3492]21
[4874]22}
23
[2831]24#endif
Note: See TracBrowser for help on using the repository browser.