10 lines
111 B
C++
10 lines
111 B
C++
#pragma once
|
|
|
|
#include "peconv.h"
|
|
|
|
namespace tests {
|
|
|
|
int hook_testcase(char *path);
|
|
|
|
}; //namespace tests
|