home *** CD-ROM | disk | FTP | other *** search
/ VRML Tools for 3D Cyberspace / VRML_Tools_For_3D_Cyberspace.iso / amber / demos / duck / demo.hpp < prev    next >
C/C++ Source or Header  |  1996-07-01  |  251b  |  16 lines

  1. #ifndef DEMO_HPP
  2. #define DEMO_HPP
  3.  
  4. #include "shapes.hpp"
  5. #include "water.hpp"
  6.  
  7. #ifdef DEMO_OBJS
  8. waterClass *w;
  9. #else
  10. extern void init(channelClass *ch);
  11. extern void cleanup();
  12. extern void processChar(unsigned int nChar);
  13. #endif
  14.  
  15. #endif
  16.