mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
introduce RelationSet, fix namespace for groups.cpp/.h
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
|
||||
namespace tc {
|
||||
struct Mult {
|
||||
int gen0, gen1, mult;
|
||||
std::array<int, 2> gens;
|
||||
int mult;
|
||||
};
|
||||
|
||||
struct Group {
|
||||
|
||||
Reference in New Issue
Block a user