BMR, Use your Brain, Semi/Semi2k.

This commit is contained in:
Marcel Keller
2019-04-30 17:24:11 +10:00
parent 9cde9548d2
commit b5d8123ae0
214 changed files with 4233 additions and 1550 deletions

View File

@@ -45,7 +45,7 @@ public:
Player* P;
Machine<T> machine;
Memory<typename T::DynamicType> memory;
typename T::DynamicMemory memory;
OnlineOptions& opts;