//-------------------------------------------------------------------------- // File: main.c // Author: George Bain, // Date: May 7, 1997 // Description: Start of convertion of Star Fighter PC to Sony Playstation // Code portions provided by Sony Computer Entertainment Inc. // Copyright (C) 1997 George Bain, All Rights Reserved // Portions (C) 1997 Sony Computer Entertainment Inc., // All Rights Reserved //-------------------------------------------------------------------------- //-------------------------------------------------------------------------- // I N C L U D E S //-------------------------------------------------------------------------- #include // standard Sony library #include "gfx.h" #include "main.h" #include "pad.h" #include "game.h" #include "load.h" //-------------------------------------------------------------------------- // G L O B A L S //-------------------------------------------------------------------------- game_handler game_info; // game structure int done; // game exit flag u_long pad_status; // keep track of buttons activated int output_buffer_index; // buffer index GsOT world_ordering_table[2]; // ordering table headers GsOT_TAG ordering_table[2][1<