1 /* 2 * Part of WCM Commander 3 * https://github.com/corporateshark/WCMCommander 4 * wcm@linderdaum.com 5 */ 6 7 #pragma once 8 9 #include "vfs.h" 10 #include "ncdialogs.h" 11 12 void DoCtrlLDialog( NCDialogParent* parent, FSStatVfs statVfs ); 13