3dcam-headers/include/space.h

10 lines
258 B
C
Raw Normal View History

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