PreviousUpNext

15.3.629  src/lib/x-kit/tut/badbricks-game/badbricks-game-app.api

## badbricks-game-app.api
#
# See this directory's README for a description of the game.

# Compiled by:
#     src/lib/x-kit/tut/badbricks-game/badbricks-game-app.lib

# This api is implemented in:
#     src/lib/x-kit/tut/badbricks-game/badbricks-game-app.pkg

api Badbricks_Game_App {

    do_it':  (List(String), String) -> winix__premicrothread::process::Status;
    do_it:    String -> winix__premicrothread::process::Status;
    main:    (String, List(String)) -> winix__premicrothread::process::Status;
    #
    selfcheck:  Void -> { passed: Int,
                          failed: Int
                        };
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext