OpenSceneGraph/examples/osghangglide/hat.h

5 lines
86 B
C
Raw Normal View History

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