From 815aec62f8ae3a403e913559d5fe6138c8825007 Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Tue, 29 Jul 2025 11:50:57 +0300 Subject: Added background entity and asset system --- include/background.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/background.h (limited to 'include/background.h') diff --git a/include/background.h b/include/background.h new file mode 100644 index 0000000..104db7c --- /dev/null +++ b/include/background.h @@ -0,0 +1,7 @@ +#pragma once + +#include "game.h" +#include "assets.h" + +void AddBackground(const char* backgroundTexture); +void UpdateBackground(Entity* background, float deltaTime); -- cgit v1.2.3