2021-06-23 19:25:12 +02:00
|
|
|
#pragma once
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <libgte.h>
|
|
|
|
#include <libgpu.h>
|
2021-11-28 19:59:05 +01:00
|
|
|
#include <defines.h>
|
2021-06-23 19:25:12 +02:00
|
|
|
|
|
|
|
int cliptest3(short * v1);
|
|
|
|
void worldToScreen( VECTOR * worldPos, VECTOR * screenPos );
|
|
|
|
void screenToWorld( VECTOR * screenPos, VECTOR * worldPos );
|