home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / Aidan's Class Libraries / Source / Headers / 3D Headers / CL3DDrawContext.h < prev    next >
Encoding:
Text File  |  1997-04-13  |  237 b   |  17 lines  |  [TEXT/CWIE]

  1. //Copyright 1997 Aidan Cully
  2. //All rights reserved.
  3.  
  4. #ifndef __3DDRAWCONTEXT_H
  5. #define __3DDRAWCONTEXT_H
  6.  
  7. #include <QD3DDrawContext.h>
  8. #include "3DShared.h"
  9.  
  10. class T3DDrawContext:
  11.     public T3DShared
  12. {
  13. public:
  14.     T3DDrawContext();
  15. };
  16.  
  17. #endif