Very simple items system to get into the inventory work.
This commit is contained in:
parent
1962b0c24e
commit
3d461bce6d
15 changed files with 94 additions and 32 deletions
|
@ -8,7 +8,7 @@ using DinkyECS::Entity;
|
|||
using namespace fmt;
|
||||
|
||||
TEST_CASE("confirm basic functionality", "[sounds]") {
|
||||
REQUIRE_THROWS([&](){SoundManager sounds("./BADassets");}());
|
||||
REQUIRE_THROWS([&]{SoundManager sounds("./BADassets");}());
|
||||
|
||||
SoundManager sounds("./assets");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue