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

Last change on this file since 2812 was 2798, checked in by ldelgass, 12 years ago

Add emacs mode magic line in preparation for indentation cleanup

  • Property svn:eol-style set to native
File size: 250 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.