enum_name
Loading...
Searching...
No Matches
dll.h
1#pragma once
2
3#include "exporting.h"
4
5extern "C" {
6 DLL_API void say_hello_dll();
7}