mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-17 04:34:44 -07:00
12 lines
275 B
Plaintext
12 lines
275 B
Plaintext
App(
|
|
appid="blackjack",
|
|
name="Blackjack",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="blackjack_app",
|
|
cdefines=["APP_BLACKJACK"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=30,
|
|
fap_icon="blackjack_10px.png",
|
|
fap_category="Games",
|
|
) |