diff --git a/Pong.HC b/Pong.HC index 168cdda..33d698e 100644 --- a/Pong.HC +++ b/Pong.HC @@ -1,6 +1,7 @@ // Pong Game with Scoring in TempleOS #include "std/Kernel.h" +// dunno if this works, but it seems to be working PongGame() { const xMax = 80, yMax = 25;