Changeset 5090 for trunk/src/opengl/glu
- Timestamp:
- Feb 11, 2001, 11:35:29 AM (25 years ago)
- 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 jeroenExp $ */1 /* $Id: mymath.h,v 1.2 2001-02-11 10:33:55 sandervl Exp $ */ 2 2 /* 3 3 ** License Applicability. Except to the extent portions of this file are … … 37 37 * mymath.h 38 38 * 39 * $Date: 200 0-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 jeroenExp $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 $ 41 41 */ 42 42 … … 46 46 #ifdef GLBUILD 47 47 #define sqrtf gl_fsqrt 48 #endif 49 50 #ifdef LIBRARYBUILD 51 #include <math.h> 48 52 #endif 49 53 … … 59 63 #endif 60 64 61 #ifdef LIBRARYBUILD62 #include <math.h>63 #endif64 65 65 #endif /* __glumymath_h_ */
Note:
See TracChangeset
for help on using the changeset viewer.