diff options
| author | Ray <raysan5@gmail.com> | 2014-09-21 14:07:20 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2014-09-21 14:07:20 +0200 |
| commit | 42b1cb1aaa9f673b97b12a7209fe3518d166ec34 (patch) | |
| tree | 1cc6063e4fa8d95d7865cadec1f35bc7a3e80d9a | |
| parent | 1989b9fcd994bcdfb3ade460d6f3804de8734db0 (diff) | |
| download | raylib-42b1cb1aaa9f673b97b12a7209fe3518d166ec34.tar.gz raylib-42b1cb1aaa9f673b97b12a7209fe3518d166ec34.zip | |
Rename ex03b_input_mouse.c to core_input_mouse.c
| -rw-r--r-- | examples/core_input_mouse.c (renamed from examples/ex03b_input_mouse.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex03b_input_mouse.c b/examples/core_input_mouse.c index da2912a3..71aba744 100644 --- a/examples/ex03b_input_mouse.c +++ b/examples/core_input_mouse.c @@ -59,4 +59,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -}
\ No newline at end of file +} |
