1
0
Files
toddcox-faster/include/tc/core.hpp
David Allemang 3194181e1b Make TC header-only
One header per class, except for Group and SubGroup which are coupled.

- Action
- Cosets
- Path
- Rel
2021-11-01 14:50:42 -04:00

8 lines
158 B
C++

#pragma once
#include "tc/core/action.hpp"
#include "tc/core/path.hpp"
#include "tc/core/cosets.hpp"
#include "tc/core/rel.hpp"
#include "tc/core/group.hpp"