test_embed_libevent_crosspl.../include/example.h

18 lines
273 B
C++

//
// Created by Apache on 2022/7/15.
//
#ifndef TEST_EMBED_LIBEVENT_CROSSPLATFORM_EXAMPLE_H
#define TEST_EMBED_LIBEVENT_CROSSPLATFORM_EXAMPLE_H
#pragma once
// Define EXPORTED for any platform
class example {
};
#endif //TEST_EMBED_LIBEVENT_CROSSPLATFORM_EXAMPLE_H