From 8f4792aa2d0eec036ab91d944c1b478f01bd3546 Mon Sep 17 00:00:00 2001 From: JimmyBinoculars Date: Sat, 21 Feb 2026 17:30:57 +0000 Subject: [PATCH] rebuilt --- build/first_app.d | 4 +++- build/main.d | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build/first_app.d b/build/first_app.d index d6f1eb0..955a2ca 100644 --- a/build/first_app.d +++ b/build/first_app.d @@ -1,8 +1,10 @@ build/first_app.o: first_app.cpp first_app.hpp cve_window.hpp \ - cve_pipeline.hpp cve_device.hpp cve_swap_chain.hpp cve_model.hpp + cve_pipeline.hpp cve_device.hpp cve_swap_chain.hpp cve_model.hpp \ + cve_game_object.hpp first_app.hpp: cve_window.hpp: cve_pipeline.hpp: cve_device.hpp: cve_swap_chain.hpp: cve_model.hpp: +cve_game_object.hpp: diff --git a/build/main.d b/build/main.d index 0bd2a62..384038d 100644 --- a/build/main.d +++ b/build/main.d @@ -1,8 +1,9 @@ build/main.o: main.cpp first_app.hpp cve_window.hpp cve_pipeline.hpp \ - cve_device.hpp cve_swap_chain.hpp cve_model.hpp + cve_device.hpp cve_swap_chain.hpp cve_model.hpp cve_game_object.hpp first_app.hpp: cve_window.hpp: cve_pipeline.hpp: cve_device.hpp: cve_swap_chain.hpp: cve_model.hpp: +cve_game_object.hpp: