[DEBUG] correct .hpp port + clean libC include
This commit is contained in:
parent
0266c36115
commit
0bb15fcab4
@ -8,8 +8,8 @@
|
|||||||
#include <etk/os/FSNode.hpp>
|
#include <etk/os/FSNode.hpp>
|
||||||
#include <audio/ess/debug.hpp>
|
#include <audio/ess/debug.hpp>
|
||||||
#include <audio/ess/decOgg.hpp>
|
#include <audio/ess/decOgg.hpp>
|
||||||
#include <tremor/ivorbiscodec.hpp>
|
#include <tremor/ivorbiscodec.h>
|
||||||
#include <tremor/ivorbisfile.hpp>
|
#include <tremor/ivorbisfile.h>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ what you need to do first: {#audio_ess_tuto_include}
|
|||||||
|
|
||||||
Include and basic init:
|
Include and basic init:
|
||||||
```{.cpp}
|
```{.cpp}
|
||||||
#include <audio/ess/ess.h>
|
#include <audio/ess/ess.hpp>
|
||||||
|
|
||||||
//in the main application:
|
//in the main application:
|
||||||
int main(...) {
|
int main(...) {
|
||||||
|
@ -38,10 +38,10 @@ def create(target, module_name):
|
|||||||
'audio/ess/LoadedFile.cpp'
|
'audio/ess/LoadedFile.cpp'
|
||||||
])
|
])
|
||||||
my_module.add_header_file([
|
my_module.add_header_file([
|
||||||
'audio/ess/effects.h',
|
'audio/ess/effects.hpp',
|
||||||
'audio/ess/ess.h',
|
'audio/ess/ess.hpp',
|
||||||
'audio/ess/music.h',
|
'audio/ess/music.hpp',
|
||||||
'audio/ess/LoadedFile.h'
|
'audio/ess/LoadedFile.hpp'
|
||||||
])
|
])
|
||||||
# name of the dependency
|
# name of the dependency
|
||||||
my_module.add_depend(['etk', 'audio-river', 'ogg', 'ejson'])
|
my_module.add_depend(['etk', 'audio-river', 'ogg', 'ejson'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user