diff options
Diffstat (limited to 'UefiMonitorTest/tests/ChessBoard.c')
-rw-r--r-- | UefiMonitorTest/tests/ChessBoard.c | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/UefiMonitorTest/tests/ChessBoard.c b/UefiMonitorTest/tests/ChessBoard.c new file mode 100644 index 0000000..6b90067 --- /dev/null +++ b/UefiMonitorTest/tests/ChessBoard.c @@ -0,0 +1,43 @@ +#include "tests/ChessBoard.h" + +VOID +ChessBoardTestInit ( + IN UMT_CONTEXT *Ctx + ) +{ + +} + +VOID +ChessBoardTestDoit ( + IN UMT_CONTEXT *Ctx + ) +{ + +} + +VOID +ChessBoardTestTip ( + IN UMT_CONTEXT *Ctx + ) +{ + +} + +VOID +ChessBoardTestChangeParam ( + IN UMT_CONTEXT *Ctx, + IN INT8 ParamStep + ) +{ + +} + +VOID +ChessBoardTestChangeValue ( + IN UMT_CONTEXT *Ctx, + IN INT8 ValueStep + ) +{ + +} |