Browse Source

install lerp_helpers.h

David Rose 20 years ago
parent
commit
a9e3575367
2 changed files with 2 additions and 6 deletions
  1. 2 1
      direct/src/interval/Sources.pp
  2. 0 5
      direct/src/interval/lerp_helpers.h

+ 2 - 1
direct/src/interval/Sources.pp

@@ -32,7 +32,8 @@
     cMetaInterval.I cMetaInterval.h \
     cMetaInterval.I cMetaInterval.h \
     hideInterval.I hideInterval.h \
     hideInterval.I hideInterval.h \
     showInterval.I showInterval.h \
     showInterval.I showInterval.h \
-    waitInterval.I waitInterval.h
+    waitInterval.I waitInterval.h \
+    lerp_helpers.h
 
 
   #define IGATESCAN all
   #define IGATESCAN all
 #end lib_target
 #end lib_target

+ 0 - 5
direct/src/interval/lerp_helpers.h

@@ -21,11 +21,6 @@
 
 
 #include "directbase.h"
 #include "directbase.h"
 
 
-//
-// This header file is only included within .cxx files in this
-// directory.
-//
-
 //
 //
 // The functions defined here include some trivial template functions
 // The functions defined here include some trivial template functions
 // for handling basic lerp computations, common to several .cxx files
 // for handling basic lerp computations, common to several .cxx files