diff options
Diffstat (limited to 'include/background.h')
-rw-r--r-- | include/background.h | 7 |
1 files changed, 7 insertions, 0 deletions
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); |