mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-23 02:43:30 +08:00
snake: improve comment
This commit is contained in:
parent
b71151a697
commit
7f14eb33c6
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Logic implementation of the Snake game. It is designed to efficiently
|
* Logic implementation of the Snake game. It is designed to efficiently
|
||||||
* represent in memory the state of the game.
|
* represent the state of the game in memory.
|
||||||
*
|
*
|
||||||
* This code is public domain. Feel free to use it for any purpose!
|
* This code is public domain. Feel free to use it for any purpose!
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user