mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
(except for tc::Group::subgroup, since it needs full definition of tc::Group _and_ tc::SubGroup)
11 lines
153 B
C++
11 lines
153 B
C++
#pragma once
|
|
|
|
#include <array>
|
|
#include <functional>
|
|
#include <vector>
|
|
#include <string>
|
|
|
|
#include "util.hpp"
|
|
#include "cosets.hpp"
|
|
#include "group.hpp"
|