summaryrefslogtreecommitdiff
path: root/include/background.h
blob: 104db7c2d1665d2e9760c671751cd4250aeafbdb (plain)
1
2
3
4
5
6
7
#pragma once

#include "game.h"
#include "assets.h"

void AddBackground(const char* backgroundTexture);
void UpdateBackground(Entity* background, float deltaTime);