diff options
Diffstat (limited to 'src/T2DLL/T2MoverArray.h')
-rw-r--r-- | src/T2DLL/T2MoverArray.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/T2DLL/T2MoverArray.h b/src/T2DLL/T2MoverArray.h index c832cd1..a2266c7 100644 --- a/src/T2DLL/T2MoverArray.h +++ b/src/T2DLL/T2MoverArray.h @@ -20,6 +20,8 @@ public: protected: friend class T2MoverArrayList; + friend class T2TowerDoc; + friend class T2TowerMainView; T2Mover mMover[kGroupSize]; }; |