From ac0b05010df8f676fd12240073e5417ae865a686 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 15 Jan 2018 12:12:48 +0100 Subject: checkpoint - all but pong works - pong: exception in rectangle drawing --- projects/11/systemsub.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'projects/11/systemsub.txt') diff --git a/projects/11/systemsub.txt b/projects/11/systemsub.txt index 16c9552..cad8797 100644 --- a/projects/11/systemsub.txt +++ b/projects/11/systemsub.txt @@ -1,4 +1,5 @@ class Math{ +function int abs(int x, int y){} function int multiply(int x, int y){} function int divide(int x, int y){} function int min(int x, int y){} -- cgit v1.2.3