annotate trace.h @ 42:59b070dd0553

add demo file.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Wed, 12 Jan 2011 00:18:16 +0900
parents cbe5bb9068c3
children 56ef94618a0e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
39
5484b8606e8e add trace mode to tree_dandy2(GL).
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
1 extern FILE *pad_fp;
5484b8606e8e add trace mode to tree_dandy2(GL).
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
2 extern int runmode;
5484b8606e8e add trace mode to tree_dandy2(GL).
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
3
5484b8606e8e add trace mode to tree_dandy2(GL).
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
4 void pad_trace(int);
5484b8606e8e add trace mode to tree_dandy2(GL).
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
5 void pad_file_open(char *f);
40
cbe5bb9068c3 add trace mode to tree_dandy2(SceneGraph)
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 39
diff changeset
6 void capture_pad();
39
5484b8606e8e add trace mode to tree_dandy2(GL).
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
7 int pad_file_read();
5484b8606e8e add trace mode to tree_dandy2(GL).
koba <koba@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
8 void pad_file_close();