mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-24 05:49:48 +00:00
11 lines
286 B
C
11 lines
286 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);
|
|
EXPORT int Utils_CompareStrings(const char* left, const char* right);
|
|
EXPORT int Utils_ArcCos(int val);
|