Move the ritual stuff to the combat namespace.
This commit is contained in:
parent
49531ba148
commit
1d2968f826
4 changed files with 38 additions and 33 deletions
|
@ -2,6 +2,7 @@
|
|||
#include <iostream>
|
||||
#include "rituals.hpp"
|
||||
|
||||
using namespace combat;
|
||||
|
||||
TEST_CASE("prototype combat system ideas", "[combat]") {
|
||||
ai::reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue