source: nanovis/trunk/FlowCmd.h @ 4885

Last change on this file since 4885 was 3613, checked in by ldelgass, 11 years ago

Include namespace in header guard defines

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