mirror-ac/test/driver/patch.cpp
2024-01-11 20:16:55 +11:00

11 lines
No EOL
101 B
C++

#include "patch.hpp"
namespace framework {
patch::patch(char* image_name)
{
}
patch::~patch()
{
}
}