9 lines
74 B
C++
9 lines
74 B
C++
#pragma once
|
|
|
|
namespace FS {
|
|
namespace SDMC {
|
|
|
|
void TestAll();
|
|
|
|
}
|
|
} |