Fix an ISO-C++ problem.

This commit is contained in:
David E. O'Brien 2000-02-03 15:01:25 +00:00
parent fa119a8137
commit 8b0f08704f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25455

View file

@ -0,0 +1,11 @@
--- Cable.h.orig Thu Jan 23 08:22:49 1997
+++ Cable.h Tue Jan 11 23:39:25 2000
@@ -13,7 +13,7 @@
void setup();
void draw();
void update();
- onspark (int locx, int locy);
+ int onspark (int locx, int locy);
};