forked from mirror/toddcox-faster
One header per class, except for Group and SubGroup which are coupled. - Action - Cosets - Path - Rel
8 lines
158 B
C++
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"
|