source: trunk/packages/vizservers/nanovis/NvEventLog.h @ 3362

Last change on this file since 3362 was 2836, checked in by ldelgass, 12 years ago

More cleanups, remove NEW_FLOW_ENGINE define flag

  • Property svn:eol-style set to native
File size: 239 bytes
Line 
1/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
2#ifndef NV_EVENT_LOG_H
3#define NV_EVENT_LOG_H
4
5extern void NvInitEventLog();
6extern void NvExitEventLog();
7extern void NvInitService();
8extern void NvExitService();
9
10#endif
Note: See TracBrowser for help on using the repository browser.