mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
12 lines
221 B
Plaintext
12 lines
221 B
Plaintext
--- 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);
|
|
|
|
};
|
|
|