repo.or.cz
/
cgperf.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[cgperf.git]
/
namespace
/
input.h
blob
7500ff4405cfedd01e0f45230126044dd469d8d0
1
#ifndef EPILOG
2
#define input_del cgperf_Input_del
3
#define input_new cgperf_Input_new
4
#define input_read cgperf_Input_read
5
#define Input cgperf_Input
6
#else
/* EPILOG */
7
#undef input_del
8
#undef input_new
9
#undef input_read
10
#undef Input
11
#endif