Mercurial > hg > old > magoroku_racing
view main.cc @ 122:5219bf3d5e71
title_draw
author | e085768 |
---|---|
date | Mon, 27 Jun 2011 19:44:46 +0900 |
parents | c534f339ee8b |
children |
line wrap: on
line source
#include <stdio.h> #include "game.h" #include "libps2.h" #include "ps2util.h" FILE *main_fp; int main(int argc, char* argv[]) { main_fp = fopen("/dev/stdout", "w"); if (!main_fp) { perror("main"); } game_main(); ps2util_graphic_Finish(); return 0; }