mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-03 02:24:28 +00:00
Remove useless prototypes.
This commit is contained in:
parent
23a9ab7b4b
commit
e03f5e3c3e
@ -40,8 +40,6 @@ extern vec3_t vec3_origin;
|
|||||||
vec3_t vec3_origin;
|
vec3_t vec3_origin;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
double sqrt( double x );
|
|
||||||
|
|
||||||
float Length( const float *v )
|
float Length( const float *v )
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
@ -305,8 +305,6 @@ void CrossProduct( const vec3_t v1, const vec3_t v2, vec3_t cross )
|
|||||||
cross[2] = v1[0] * v2[1] - v1[1] * v2[0];
|
cross[2] = v1[0] * v2[1] - v1[1] * v2[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
double sqrt( double x );
|
|
||||||
|
|
||||||
float Length( const vec3_t v )
|
float Length( const vec3_t v )
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user