Changeset 4129
- Timestamp:
- Dec 14, 2009, 7:06:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/examples/conio-snake.cpp
r3598 r4129 45 45 46 46 /* Variable declarations within main() only */ 47 char keypress ;47 char keypress=0; 48 48 49 49 do /* restart game loop */
Note: See TracChangeset
for help on using the changeset viewer.