srs/trunk/src/app/srs_app_empty.hpp
2023-01-01 08:56:20 +08:00

14 lines
187 B
C++

//
// Copyright (c) 2013-2023 The SRS Authors
//
// SPDX-License-Identifier: MIT or MulanPSL-2.0
//
#ifndef SRS_APP_EMPTY_HPP
#define SRS_APP_EMPTY_HPP
#include <srs_core.hpp>
#endif