test_embed_libevent_crosspl.../include/example.h

17 lines
262 B
C
Raw Normal View History

2022-07-15 18:53:15 +08:00
//
// Created by Apache on 2022/7/15.
//
#ifndef TEST_EMBED_LIBEVENT_CROSSPLATFORM_EXAMPLE_H
#define TEST_EMBED_LIBEVENT_CROSSPLATFORM_EXAMPLE_H
#pragma once
2022-07-15 23:15:21 +08:00
#include <event2/event.h>
2022-07-15 18:53:15 +08:00
class example {
};
#endif //TEST_EMBED_LIBEVENT_CROSSPLATFORM_EXAMPLE_H