mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 16:37:47 +00:00
Snake: Move GUI into Snake namespace and rename SnakeGame to Game
The former is required for GML, and the latter is to avoid the verbosity and redundancy of Snake::SnakeGame (and matches most other games in the system).
This commit is contained in:
parent
36042fc1d6
commit
ae90f490bd
4 changed files with 35 additions and 27 deletions
|
@ -5,8 +5,8 @@ serenity_component(
|
|||
)
|
||||
|
||||
set(SOURCES
|
||||
Game.cpp
|
||||
main.cpp
|
||||
SnakeGame.cpp
|
||||
)
|
||||
|
||||
serenity_app(Snake ICON app-snake)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue