6 lines
74 B
C++
6 lines
74 B
C++
|
#pragma once
|
||
|
|
||
|
extern "C" const char* get_name() {
|
||
|
return "yararules";
|
||
|
}
|