12 lines
229 B
Plaintext
12 lines
229 B
Plaintext
--- Cable.h.orig Thu Jan 23 17:22:49 1997
|
|
+++ Cable.h Fri Jun 2 18:32:04 2000
|
|
@@ -13,7 +13,7 @@ public:
|
|
void setup();
|
|
void draw();
|
|
void update();
|
|
- onspark (int locx, int locy);
|
|
+ int onspark (int locx, int locy);
|
|
|
|
};
|
|
|