Age | Commit message (Collapse) | Author |
|
|
|
ScriptManager does a unique-fication of a container of Puzzles using
a sort with some other logic. The sort uses operator<
|
|
|
|
|
|
|
|
ResultAction objects
ResultAction is abstract, therefore, it can't be directly stored in the list
|
|
|
|
|
|
|
|
|
|
After further investigation, puzzles and controls don't really share any
structs. So it makes more sense to keep them seperate.
|