unleashed-firmware/applications/plugins/tictactoe_game/application.fam
2022-09-14 21:04:04 +03:00

11 lines
230 B
Plaintext

App(
appid="tictactoe_game",
name="Tic Tac Toe",
apptype=FlipperAppType.PLUGIN,
entry_point="tictactoe_game_app",
cdefines=["APP_TICTACTOE_GAME"],
requires=["gui"],
stack_size=1 * 1024,
order=40,
)