sketchbook finally moving

This commit is contained in:
benfry
2002-07-02 17:24:14 +00:00
parent 8199746864
commit ea4c3eb48f
5 changed files with 71 additions and 320 deletions

View File

@@ -22,13 +22,4 @@ public class PdeException extends Exception {
return msg;
//return (dot == -1) ? msg : msg.substring(dot+1);
}
#ifndef PLAYER
#ifdef DBN
public PdeException(String message, DbnToken token) {
super(message + ", token: " + token.toString());
}
#endif
#endif
}