X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgame.c;h=a729996e88130bf624e7bbafd4c63d62e714f995;hb=e09f58ce22aa16e6fc68347b70c2be6a864f25b3;hp=00f81cc6e670d995e1688a514a9b97dd95a5038c;hpb=49fdb2457dbb7705501264d519e840dd3ca60919;p=vrtris diff --git a/src/game.c b/src/game.c index 00f81cc..a729996 100644 --- a/src/game.c +++ b/src/game.c @@ -7,10 +7,12 @@ #include "osd.h" #include "opt.h" +#define DEFSCR "game" + static void calc_framerate(void); static void print_framerate(void); -static float view_matrix[16], proj_matrix[16]; +float view_matrix[16], proj_matrix[16]; static int should_swap; static unsigned long framerate; @@ -37,6 +39,7 @@ int game_init(int argc, char **argv) goatvr_startvr(); should_swap = goatvr_should_swap(); } + return 0; }