From c49e177fa63021b6ce3e6585eef8a577cb134bc0 Mon Sep 17 00:00:00 2001 From: einarr Date: Fri, 9 Mar 2007 15:03:02 +0000 Subject: [PATCH] Added blank lines. --- gba/cartest/src/cartest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gba/cartest/src/cartest.cpp b/gba/cartest/src/cartest.cpp index 2ccc7bd..504221e 100644 --- a/gba/cartest/src/cartest.cpp +++ b/gba/cartest/src/cartest.cpp @@ -115,11 +115,13 @@ public: angle -= 512; } } + void speedup() { if (speed<30) { speed += 1; } } + void slowdown() { if (speed>0) { speed -= 1;