unleashed-firmware/applications/tictactoe_game/application.fam
2022-06-26 20:57:29 +03:00

10 lines
228 B
Text

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