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 @@ | |||
1 | #ifndef EXP004MOUSE_H | ||
2 | #define EXP004MOUSE_H | ||
3 | |||
4 | void exp004mouse (int button, int state, int x, int y); | ||
5 | |||
6 | #endif // EXP004MOUSE_H | ||