test_embed_libevent_crosspl.../include/example.h

17 lines
288 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
#include <event2/event.h>
#include <serial/serial.h>
class example {
};
#endif //TEST_EMBED_LIBEVENT_CROSSPLATFORM_EXAMPLE_H