29 files changed, 1185 insertions, 0 deletions
diff --git a/src/controller/exp004mouse.h b/src/controller/exp004mouse.h new file mode 100644 index 0000000..a6809be --- a/dev/null +++ b/src/controller/exp004mouse.h @@ -0,0 +1,6 @@ +#ifndef EXP004MOUSE_H +#define EXP004MOUSE_H + +void exp004mouse (int button, int state, int x, int y); + +#endif // EXP004MOUSE_H |