mirror-ac/test/driver/patch.cpp

11 lines
101 B
C++
Raw Normal View History

2024-01-11 10:16:55 +01:00
#include "patch.hpp"
namespace framework {
patch::patch(char* image_name)
{
}
patch::~patch()
{
}
}