[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 <audio/ess/debug.hpp>
|
||||
#include <audio/ess/decOgg.hpp>
|
||||
#include <tremor/ivorbiscodec.hpp>
|
||||
#include <tremor/ivorbisfile.hpp>
|
||||
#include <tremor/ivorbiscodec.h>
|
||||
#include <tremor/ivorbisfile.h>
|
||||
#include <memory>
|
||||
|
||||
|
||||
|
@ -41,7 +41,7 @@ what you need to do first: {#audio_ess_tuto_include}
|
||||
|
||||
Include and basic init:
|
||||
```{.cpp}
|
||||
#include <audio/ess/ess.h>
|
||||
#include <audio/ess/ess.hpp>
|
||||
|
||||
//in the main application:
|
||||
int main(...) {
|
||||
|
@ -38,10 +38,10 @@ def create(target, module_name):
|
||||
'audio/ess/LoadedFile.cpp'
|
||||
])
|
||||
my_module.add_header_file([
|
||||
'audio/ess/effects.h',
|
||||
'audio/ess/ess.h',
|
||||
'audio/ess/music.h',
|
||||
'audio/ess/LoadedFile.h'
|
||||
'audio/ess/effects.hpp',
|
||||
'audio/ess/ess.hpp',
|
||||
'audio/ess/music.hpp',
|
||||
'audio/ess/LoadedFile.hpp'
|
||||
])
|
||||
# name of the dependency
|
||||
my_module.add_depend(['etk', 'audio-river', 'ogg', 'ejson'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user