This commit is contained in:
Михаил Капелько
2024-06-16 21:56:00 +03:00
parent dd87d668bd
commit 4ded8efc8c

View File

@@ -48,15 +48,15 @@ print(cli_test_reportVictory())
ctrl = ctx_Controller(memory_createContext()) ctrl = ctx_Controller(memory_createContext())
ctrl.registerFunctions([ ctrl.registerFunctions([
cli_exit, # cli_exit,
cli_goOn, # cli_goOn,
cli_greetUser, # cli_greetUser,
cli_promptSecondItemSelection, # cli_promptSecondItemSelection,
cli_reportMatchedItems, # cli_reportMatchedItems,
cli_reportMismatchedItems, # cli_reportMismatchedItems,
cli_reportVictory, # cli_reportVictory,
cli_selectItem, # cli_selectItem,
cli_showHelp, # cli_showHelp,
memory_detectMismatchedItems, memory_detectMismatchedItems,
memory_detectVictory, memory_detectVictory,
memory_generateConstPlayfield, memory_generateConstPlayfield,