mirror of
https://github.com/HowestDAE/dae16-VerhulstBram.git
synced 2025-12-17 03:41:48 +01:00
Fix precompiled headers
Added edge detection (if it works :/)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#include "pch.h"
|
||||
#include "Animation.h"
|
||||
Animation::Animation(Texture* pTexture, int frames, float frameDuration, Rectf srcRect): m_pTexture(pTexture), m_SrcRect(srcRect), m_Frames(frames) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user