projects
/
dos_low3d
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
3d cube and dirty drawing
[dos_low3d]
/
src
/
config.h
1
#ifndef CONFIG_H_
2
#define CONFIG_H_
3
4
#undef USE_VSYNC
5
#define USE_DIRTY_CLEAR
6
#define USE_DIRTY_COPY
7
8
#endif /* CONFIG_H_ */