OpenMPT legacy: Correct header import paths so that the correct version of OpenMPT framework headers are used

CQTexperiment
Christopher Snowhill 2022-01-06 23:53:39 -08:00
parent 1eb2270049
commit 7ee76f914a
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@
#ifndef LIBOPENMPT_HPP
#define LIBOPENMPT_HPP
#include <libOpenMPT/libopenmpt_config.h>
#include <libOpenMPTOld/libopenmpt_config.h>
#include <exception>
#include <iosfwd>

View File

@ -178,6 +178,6 @@ LIBOPENMPT_DEPRECATED static const int LIBOPENMPT_DEPRECATED_STRING_CONSTANT = 0
#endif
#include <libOpenMPT/libopenmpt_version.h>
#include <libOpenMPTOld/libopenmpt_version.h>
#endif /* LIBOPENMPT_CONFIG_H */

View File

@ -6,7 +6,7 @@
// Copyright 2018 __LoSnoCo__. All rights reserved.
//
#import <libOpenMPT/libopenmpt.hpp>
#import <libOpenMPTOld/libopenmpt.hpp>
#import "OMPTContainer.h"
#import "OMPTDecoder.h"

View File

@ -8,7 +8,7 @@
#import <Cocoa/Cocoa.h>
#import <libOpenMPT/libopenmpt.hpp>
#import <libOpenMPTOld/libopenmpt.hpp>
#include <vector>

View File

@ -9,7 +9,7 @@
#import "OMPTMetadataReader.h"
#import "OMPTDecoder.h"
#import <libOpenMPT/libopenmpt.hpp>
#import <libOpenMPTOld/libopenmpt.hpp>
#import "Logging.H"