You've already forked libopenshot-audio
mirror of
https://github.com/OpenShot/libopenshot-audio.git
synced 2026-03-02 08:54:01 -08:00
- Does nothing except `#include "./OpenShotAudio.h"` - Linking/copying the header to both names caused redefinition errors if both were used in the same project.
13 lines
299 B
C
13 lines
299 B
C
/*
|
|
Legacy include file, provided for backwards-compatibility purposes
|
|
only. You should update your code to include <OpenShotAudio.h>
|
|
instead of this file.
|
|
|
|
(This comment may become a build-time warning message at some
|
|
future date.)
|
|
*/
|
|
|
|
#pragma once
|
|
#include "./OpenShotAudio.h"
|
|
|