update for libogc

This commit is contained in:
dborth 2009-07-15 04:51:24 +00:00
parent a360132579
commit c992e47e46

View file

@ -69,9 +69,9 @@ static Mtx view;
/* New texture based scaler */
typedef struct tagcamera
{
Vector pos;
Vector up;
Vector view;
guVector pos;
guVector up;
guVector view;
}
camera;