Minesweeper game/D: Difference between revisions

Content added Content deleted
No edit summary
Line 420: Line 420:


//Only works in Windows. A portable solution is a bit more complex.
//Only works in Windows. A portable solution is a bit more complex.
//See http://stackoverflow.com/a/5383993.
//See http://stackoverflow.com/questions/5372646/.
extern(C) int kbhit();
extern(C) int kbhit();