diff options
| author | Ray <raysan5@gmail.com> | 2014-09-21 14:13:05 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2014-09-21 14:13:05 +0200 |
| commit | 3a0d164a768a7c4ec1e5f56ddfc005182f8a86eb (patch) | |
| tree | 480cb85dc8637939833de1b1bf430822e10717a1 /examples | |
| parent | c389f62837c8e887563a61cf4499318409e5fca2 (diff) | |
| download | raylib-3a0d164a768a7c4ec1e5f56ddfc005182f8a86eb.tar.gz raylib-3a0d164a768a7c4ec1e5f56ddfc005182f8a86eb.zip | |
Rename ex07c_3d_models.c to models_obj_loading.c
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/models_obj_loading.c (renamed from examples/ex07c_3d_models.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ex07c_3d_models.c b/examples/models_obj_loading.c index 6d2185a5..90bccf8a 100644 --- a/examples/ex07c_3d_models.c +++ b/examples/models_obj_loading.c @@ -74,4 +74,4 @@ int main() //-------------------------------------------------------------------------------------- return 0; -}
\ No newline at end of file +} |
