OpenSceneGraph/examples/osghangglide/hat.h
2003-03-14 20:35:45 +00:00

5 lines
86 B
C

#ifndef __HAT_H
#define __HAT_H
extern float Hat( float x, float y, float z );
#endif