Skip to content

Commit da4d656

Browse files
SiegeLordExSiegeLord
authored andcommitted
Add the video addon dll to the Python wrapper.
1 parent 75fdcaa commit da4d656

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/generate_python_ctypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,7 @@ def _add_dll(name):
417417
_add_dll("allegro_physfs")
418418
_add_dll("allegro_shader")
419419
_add_dll("allegro_main")
420+
_add_dll("allegro_video")
420421
_add_dll("allegro_monolith")
421422
422423
# We don't have information ready which A5 function is in which DLL,

0 commit comments

Comments
 (0)