contrib/brl/bbas/bgui3d/bgui3d.h
Go to the documentation of this file.
00001 // This is brl/bbas/bgui3d/bgui3d.h
00002 #ifndef bgui3d_h_
00003 #define bgui3d_h_
00004 //:
00005 // \file
00006 // \brief  Initialize Coin3d for bgui3d
00007 // \author Matt Leotta (mleotta@lems.brown.edu)
00008 // \date   May 25, 2004
00009 //
00010 // \verbatim
00011 //  Modifications
00012 //   <none yet>
00013 // \endverbatim
00014 
00015 class SoDB;
00016 class SoNodeKit;
00017 class SoInteraction;
00018 
00019 //: Initialize Coin3d for bgui3d use
00020 void bgui3d_init();
00021 
00022 #endif // bgui3d_h_