diff --git a/ProjectClock/Logic.swift b/ProjectClock/Logic.swift index 1094a5c..10cf9c9 100644 --- a/ProjectClock/Logic.swift +++ b/ProjectClock/Logic.swift @@ -18,3 +18,19 @@ let wvms = [ WVM(name: "Puzzle", desc: "Complete a simple puzzle"), WVM(name: "Smash", desc: "It'll never truns off"), ] + +func walkAction() { + +} + +func jumpAction() { + +} + +func puzzleAction() { + +} + +func smashAction() { + +}