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
|