Audaspace:

* Renamed AUD_Handle to AUD_Channel in the C-API to prevent errors with the C++ version of AUD_Handle.
* Added Python API!!!
This commit is contained in:
2010-07-09 12:35:40 +00:00
parent 5460994095
commit 9772eb4d5f
11 changed files with 3354 additions and 48 deletions

View File

@@ -6,7 +6,7 @@ sources = env.Glob('intern/*.c')
incs = '. ../editors/include ../makesdna ../makesrna ../blenlib ../blenkernel ../nodes'
incs += ' ../imbuf ../blenloader ../render/extern/include ../windowmanager'
incs += ' #intern/guardedalloc #intern/memutil #extern/glew/include'
incs += ' ' + env['BF_PYTHON_INC']
incs += ' #intern/audaspace/intern ' + env['BF_PYTHON_INC']
defs = []