mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-27 23:30:32 +00:00
9 lines
184 B
C
9 lines
184 B
C
#pragma once
|
|
|
|
#include "export.h"
|
|
#include "vector.h"
|
|
|
|
|
|
EXPORT int Utils_CrapDist(const CVector& a,const CVector& b) ;
|
|
EXPORT int Utils_CrapXZDist(const CVector& a,const CVector& b) ;
|