home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / Aidan's Class Libraries / Source / QuickDraw 3D / 3DView.cpp
Encoding:
Text File  |  1997-04-13  |  149 b   |  13 lines  |  [TEXT/CWIE]

  1. //Copyright 1997 Aidan Cully
  2. //All rights reserved.
  3.  
  4. #include "CL3DView.h"
  5.  
  6. T3DView::T3DView()
  7. {
  8.     mhView= Q3View_New();
  9. }
  10.  
  11. void T3DView::Render()
  12. {
  13. }