diff --git a/examples/Makefile b/examples/Makefile index 9fe9b1ae2..636f5ec62 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 4ee6652c3..9d27443d9 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 3a54629ff..15ccfc256 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) | core_storage_values | ray | | | 21 | [core_vr_simulator](core/core_vr_simulator.c) | core_vr_simulator | ray | ⭐️ | | 22 | [core_loading_thread](core/core_loading_thread.c) | core_loading_thread | ray | | -| 23 | [core/core_quat_conversion](core/core_quat_conversion.c) | core_quat_conversion | [Chris Camacho](https://github.com/codifies) | | | 24 | [core/core_window_flags](core/core_window_flags.c) | core_window_flags | ray | | ### category: shapes