comparison src/debug.cc @ 4:bb2fbe78c7cd

moving title scene.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Tue, 07 Dec 2010 18:37:43 +0900
parents deb7e09824a4
children
comparison
equal deleted inserted replaced
3:deb7e09824a4 4:bb2fbe78c7cd
1 #include <stdlib.h> 1 #include <stdlib.h>
2 #include <stdio.h> 2 #include <stdio.h>
3 #include <stdarg.h> 3 #include <stdarg.h>
4 #include "count2.h" 4 #include "count.h"
5 #include "Enemy.h"
6 5
7 static FILE *dbg_fp; 6 static FILE *dbg_fp;
8 7
9 void dbg_init(char *fname) 8 void dbg_init(char *fname)
10 { 9 {