mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
11 lines
101 B
C++
11 lines
101 B
C++
|
#include "patch.hpp"
|
||
|
|
||
|
namespace framework {
|
||
|
patch::patch(char* image_name)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
patch::~patch()
|
||
|
{
|
||
|
}
|
||
|
}
|