Changeset 5090 for trunk/src/opengl


Ignore:
Timestamp:
Feb 11, 2001, 11:35:29 AM (25 years ago)
Author:
sandervl
Message:

Update for VAC 3.6.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/glu/nurbs/internals/mymath.h

    r2689 r5090  
    1 /* $Id: mymath.h,v 1.1 2000-02-09 08:49:53 jeroen Exp $ */
     1/* $Id: mymath.h,v 1.2 2001-02-11 10:33:55 sandervl Exp $ */
    22/*
    33** License Applicability. Except to the extent portions of this file are
     
    3737 * mymath.h
    3838 *
    39  * $Date: 2000-02-09 08:49:53 $ $Revision: 1.1 $
    40  * $Header: /home/ktk/tmp/odin/2007/netlabs.cvs/odin32/src/opengl/glu/nurbs/internals/mymath.h,v 1.1 2000-02-09 08:49:53 jeroen Exp $
     39 * $Date: 2001-02-11 10:33:55 $ $Revision: 1.2 $
     40 * $Header: /home/ktk/tmp/odin/2007/netlabs.cvs/odin32/src/opengl/glu/nurbs/internals/mymath.h,v 1.2 2001-02-11 10:33:55 sandervl Exp $
    4141 */
    4242
     
    4646#ifdef GLBUILD
    4747#define sqrtf           gl_fsqrt
     48#endif
     49
     50#ifdef LIBRARYBUILD
     51#include <math.h>
    4852#endif
    4953
     
    5963#endif
    6064
    61 #ifdef LIBRARYBUILD
    62 #include <math.h>
    63 #endif
    64 
    6565#endif /* __glumymath_h_ */
Note: See TracChangeset for help on using the changeset viewer.