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 */ /* New texture based scaler */
typedef struct tagcamera typedef struct tagcamera
{ {
Vector pos; guVector pos;
Vector up; guVector up;
Vector view; guVector view;
} }
camera; camera;