3d cube and dirty drawing
[dos_low3d] / src / config.h
diff --git a/src/config.h b/src/config.h
new file mode 100644 (file)
index 0000000..962f3a7
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef CONFIG_H_
+#define CONFIG_H_
+
+#undef USE_VSYNC
+#define USE_DIRTY_CLEAR
+#define USE_DIRTY_COPY
+
+#endif /* CONFIG_H_ */