Add hack to not leave cards mounted

This commit is contained in:
Chris Danford
2004-10-03 05:27:52 +00:00
parent d19c0bbe0a
commit 9fe9b0884a
6 changed files with 44 additions and 2 deletions
+3
View File
@@ -28,6 +28,9 @@ public:
void LockCards( bool bLock ); // prevent removing or changing of memory cards
void MountAllCards();
void UnmountAllCards();
void MountCard( PlayerNumber pn );
void UnmountCard( PlayerNumber pn );
void PauseMountingThread(); // call this before reading or writing to memory card
void UnPauseMountingThread(); // call this when done reading or writing to memory card