mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 08:39:29 +00:00
Made the Blackjack game (#2712)
* Made the Blackjack game * Format Blackjack main.cpp * Changed spade to diamond for dark mode visibility * Format code
This commit is contained in:
@@ -224,6 +224,10 @@ set(EXTCPPSRC
|
||||
#space_invaders
|
||||
external/spaceinv/main.cpp
|
||||
external/spaceinv/ui_spaceinv.cpp
|
||||
|
||||
#blackjack
|
||||
external/blackjack/main.cpp
|
||||
external/blackjack/ui_blackjack.cpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
@@ -281,4 +285,5 @@ set(EXTAPPLIST
|
||||
gfxeq
|
||||
detector_rx
|
||||
spaceinv
|
||||
blackjack
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user