hack stub files because enum from Physac isn't recognised by raylib header parser
This commit is contained in:
parent
11c5b1a728
commit
f551fca1f3
6 changed files with 6 additions and 0 deletions
|
@ -908,6 +908,7 @@ from warnings import deprecated
|
|||
import _cffi_backend # type: ignore
|
||||
|
||||
ffi: _cffi_backend.FFI
|
||||
PhysicsShapeType = int
|
||||
|
||||
def attach_audio_mixed_processor(processor: Any,) -> None:
|
||||
"""Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'."""
|
||||
|
|
Reference in a new issue