7083773b64
them in the new examples/ directory.
5 lines
86 B
C
5 lines
86 B
C
#ifndef __HAT_H
|
|
#define __HAT_H
|
|
extern float Hat( float x, float y, float z );
|
|
#endif
|