From 5dd8aa8a902383ecf031a340664d0737f792eca2 Mon Sep 17 00:00:00 2001 From: Aaron Date: Wed, 13 Jan 2021 09:00:40 -0500 Subject: [PATCH] Added skeleton functions (WVMs) --- ProjectClock/Logic.swift | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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() { + +}