Files
libopenshot-audio/include/JuceHeader.h.in
FeRD (Frank Dana) 02a560f9e0 Generate and install JuceHeader.h
- Does nothing except `#include "./OpenShotAudio.h"`
- Linking/copying the header to both names caused redefinition
  errors if both were used in the same project.
2021-04-26 03:25:36 -04:00

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"