having a hard time getting it compile, i'm probably an idiot but I don't think i'm doing anything wrong.
it's giving me linker errors
sw::ElasticSprite sprite(cattex);
sprite.setVertexOffset(2, { 150.f, -30.f });
1>main.obj : error LNK2019: unresolved external symbol "public: __cdecl selbaward::ElasticSprite::ElasticSprite(class sf::Texture const &)" (??0ElasticSprite@selbaward@@QEAA@AEBVTexture@sf@@@Z) referenced in function main
1>main.obj : error LNK2019: unresolved external symbol "public: void __cdecl selbaward::ElasticSprite::setVertexOffset(unsigned int,class sf::Vector2<float>)" (?setVertexOffset@ElasticSprite@selbaward@@QEAAXIV?$Vector2@M@sf@@@Z) referenced in function main
both .hpp files are present