install lerp_helpers.h

This commit is contained in:
David Rose 2006-01-06 01:15:30 +00:00
parent 601f46896e
commit a9e3575367
2 changed files with 2 additions and 6 deletions

View File

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

View File

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