home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 22 / PCPP #22.iso / Quake2 / q2source_12_11 / utils3 / bsp / qbsp3 / nodraw.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-21  |  320 b   |  27 lines

  1.  
  2. #include "qbsp.h"
  3.  
  4. vec3_t draw_mins, draw_maxs;
  5. qboolean    drawflag;
  6.  
  7. void Draw_ClearWindow (void)
  8. {
  9. }
  10.  
  11. //============================================================
  12.  
  13. #define    GLSERV_PORT    25001
  14.  
  15.  
  16. void GLS_BeginScene (void)
  17. {
  18. }
  19.  
  20. void GLS_Winding (winding_t *w, int code)
  21. {
  22. }
  23.  
  24. void GLS_EndScene (void)
  25. {
  26. }
  27.