Refactored rituals so they can be used in different situations.
This commit is contained in:
parent
5af9a6664e
commit
da273cbee6
8 changed files with 123 additions and 66 deletions
9
tests/combat.cpp
Normal file
9
tests/combat.cpp
Normal file
|
@ -0,0 +1,9 @@
|
|||
#include <catch2/catch_test_macros.hpp>
|
||||
#include <iostream>
|
||||
#include "rituals.hpp"
|
||||
|
||||
using namespace combat;
|
||||
|
||||
TEST_CASE("turn based combat engine sorted", "[combat]") {
|
||||
dbc::log("does nothing.");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue