Skip to content

Commit cf61a8b

Browse files
committed
REXM: Update examples report
1 parent bcd46fb commit cf61a8b

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

examples/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,10 @@ CORE = \
504504
core/core_2d_camera_platformer \
505505
core/core_2d_camera_split_screen \
506506
core/core_3d_camera_first_person \
507+
core/core_3d_camera_fps \
507508
core/core_3d_camera_free \
508509
core/core_3d_camera_mode \
509510
core/core_3d_camera_split_screen \
510-
core/core_3d_camera_fps \
511511
core/core_3d_picking \
512512
core/core_automation_events \
513513
core/core_basic_screen_manager \

examples/Makefile.Web

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,10 @@ CORE = \
504504
core/core_2d_camera_platformer \
505505
core/core_2d_camera_split_screen \
506506
core/core_3d_camera_first_person \
507+
core/core_3d_camera_fps \
507508
core/core_3d_camera_free \
508509
core/core_3d_camera_mode \
509510
core/core_3d_camera_split_screen \
510-
core/core_3d_camera_fps \
511511
core/core_3d_picking \
512512
core/core_automation_events \
513513
core/core_basic_screen_manager \
@@ -695,6 +695,9 @@ core/core_2d_camera_split_screen: core/core_2d_camera_split_screen.c
695695
core/core_3d_camera_first_person: core/core_3d_camera_first_person.c
696696
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
697697

698+
core/core_3d_camera_fps: core/core_3d_camera_fps.c
699+
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
700+
698701
core/core_3d_camera_free: core/core_3d_camera_free.c
699702
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
700703

@@ -704,9 +707,6 @@ core/core_3d_camera_mode: core/core_3d_camera_mode.c
704707
core/core_3d_camera_split_screen: core/core_3d_camera_split_screen.c
705708
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
706709

707-
core/core_3d_camera_fps: core/core_3d_camera_fps.c
708-
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
709-
710710
core/core_3d_picking: core/core_3d_picking.c
711711
$(CC) -o $@$(EXT) $< $(CFLAGS) $(INCLUDE_PATHS) $(LDFLAGS) $(LDLIBS) -D$(PLATFORM)
712712

tools/rexm/examples_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Example elements validated:
3636
| core_3d_camera_free |||||||||||||||
3737
| core_3d_camera_first_person |||||||||||||||
3838
| core_3d_camera_split_screen |||||||||||||||
39-
| core_3d_fps_controller |||||||||||||||
39+
| core_3d_camera_fps |||||||||||||||
4040
| core_3d_picking |||||||||||||||
4141
| core_world_screen |||||||||||||||
4242
| core_custom_logging |||||||||||||||
@@ -181,4 +181,4 @@ Example elements validated:
181181
| raylib_opengl_interop |||||||||||||||
182182
| embedded_files_loading |||||||||||||||
183183
| raymath_vector_angle |||||||||||||||
184-
| text_unicode_ranges |||| | ||||||||||
184+
| text_unicode_ranges |||| | ||||||||||

tools/rexm/examples_report_issues.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ Example elements validated:
3737
| raylib_opengl_interop |||||||||||||||
3838
| embedded_files_loading |||||||||||||||
3939
| raymath_vector_angle |||||||||||||||
40-
| text_unicode_ranges |||||||||||||||

0 commit comments

Comments
 (0)