mirror of https://github.com/adamdruppe/arsd.git
demos version for tests
This commit is contained in:
parent
1534a7fa19
commit
ef22dbafe9
|
@ -489,6 +489,7 @@ module arsd.simpledisplay;
|
||||||
with the keyboard. Player two is controlled with the mouse. It demos
|
with the keyboard. Player two is controlled with the mouse. It demos
|
||||||
the pulse timer, event handling, and some basic drawing.
|
the pulse timer, event handling, and some basic drawing.
|
||||||
+/
|
+/
|
||||||
|
version(demos)
|
||||||
unittest {
|
unittest {
|
||||||
// dmd example.d simpledisplay.d color.d
|
// dmd example.d simpledisplay.d color.d
|
||||||
import arsd.simpledisplay;
|
import arsd.simpledisplay;
|
||||||
|
@ -610,6 +611,7 @@ unittest {
|
||||||
game with simpledisplay and shows some mouse input and basic output
|
game with simpledisplay and shows some mouse input and basic output
|
||||||
code.
|
code.
|
||||||
+/
|
+/
|
||||||
|
version(demos)
|
||||||
unittest {
|
unittest {
|
||||||
import arsd.simpledisplay;
|
import arsd.simpledisplay;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue