Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2011-06-16 13:13:29 +0400
committerJoerg Mueller <nexyon@gmail.com>2011-06-16 13:13:29 +0400
commita90d30c8638a87234048060d8fcb385369b3daaf (patch)
tree7d2bb0c31f833b561cb6dd365fc23bc9185f7d1c /intern/audaspace/Python/AUD_PyAPI.h
parentcfcc4b4fcd7dabd0929db53fc5a9cf0833704259 (diff)
3D Audio GSoC:
GameEngine Python access sound actuator's sound (with setting! :-D).
Diffstat (limited to 'intern/audaspace/Python/AUD_PyAPI.h')
-rw-r--r--intern/audaspace/Python/AUD_PyAPI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/audaspace/Python/AUD_PyAPI.h b/intern/audaspace/Python/AUD_PyAPI.h
index 97e1e63b6eb..822aec06976 100644
--- a/intern/audaspace/Python/AUD_PyAPI.h
+++ b/intern/audaspace/Python/AUD_PyAPI.h
@@ -68,6 +68,7 @@ PyInit_aud(void);
extern PyObject* Device_empty();
extern PyObject* Factory_empty();
+extern Factory* checkFactory(PyObject* factory);
#ifdef __cplusplus
}