diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/Makefile | 1 | ||||
| -rw-r--r-- | examples/Makefile.Web | 4 | ||||
| -rw-r--r-- | examples/README.md | 1 |
3 files changed, 0 insertions, 6 deletions
diff --git a/examples/Makefile b/examples/Makefile index 9fe9b1ae..636f5ec6 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -388,7 +388,6 @@ CORE = \ core/core_storage_values \ core/core_vr_simulator \ core/core_loading_thread \ - core/core_quat_conversion \ core/core_window_flags \ core/core_split_screen \ core/core_smooth_pixelperfect \ diff --git a/examples/Makefile.Web b/examples/Makefile.Web index 4ee6652c..9d27443d 100644 --- a/examples/Makefile.Web +++ b/examples/Makefile.Web @@ -402,7 +402,6 @@ CORE = \ core/core_storage_values \ core/core_vr_simulator \ core/core_loading_thread \ - core/core_quat_conversion \ core/core_window_flags \ core/core_split_screen \ core/core_smooth_pixelperfect \ @@ -594,9 +593,6 @@ core/core_vr_simulator: core/core_vr_simulator.c core/core_loading_thread: core/core_loading_thread.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) -s USE_PTHREADS=1 -core/core_quat_conversion: core/core_quat_conversion.c - $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) - core/core_window_flags: core/core_window_flags.c $(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM) diff --git a/examples/README.md b/examples/README.md index 3a54629f..15ccfc25 100644 --- a/examples/README.md +++ b/examples/README.md @@ -46,7 +46,6 @@ Examples using raylib core platform functionality like window creation, inputs, | 20 | [core_storage_values](core/core_storage_values.c) | <img src="core/core_storage_values.png" alt="core_storage_values" width="200"> | ray | | | 21 | [core_vr_simulator](core/core_vr_simulator.c) | <img src="core/core_vr_simulator.png" alt="core_vr_simulator" width="200"> | ray | ⭐️ | | 22 | [core_loading_thread](core/core_loading_thread.c) | <img src="core/core_loading_thread.png" alt="core_loading_thread" width="200"> | ray | | -| 23 | [core/core_quat_conversion](core/core_quat_conversion.c) | <img src="core/core_quat_conversion.png" alt="core_quat_conversion" width="200"> | [Chris Camacho](https://github.com/codifies) | | | 24 | [core/core_window_flags](core/core_window_flags.c) | <img src="core/core_window_flags.png" alt="core_window_flags" width="200"> | ray | | ### category: shapes |
