mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
13 lines
171 B
C++
13 lines
171 B
C++
//
|
|
// Copyright (c) 2013-2024 The SRS Authors
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#ifndef SRS_APP_EMPTY_HPP
|
|
#define SRS_APP_EMPTY_HPP
|
|
|
|
#include <srs_core.hpp>
|
|
|
|
#endif
|
|
|