mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-16 21:01:48 +01:00
Add window icon,
Add digging animation (Non functional)
This commit is contained in:
@@ -111,6 +111,9 @@ namespace utils
|
||||
Vector2f lerp(const Vector2f& a, const Vector2f& b, float t);
|
||||
|
||||
float map(float value, float start1, float stop1, float start2, float stop2);
|
||||
|
||||
float clamp(float value, float min, float max);
|
||||
Vector2f clamp(const Vector2f& value, const Vector2f& min, const Vector2f& max);
|
||||
#pragma endregion CollisionFunctionality
|
||||
|
||||
bool isKeyDown(SDL_Keycode keycode);
|
||||
|
||||
Reference in New Issue
Block a user