3 lines
83 B
Python
3 lines
83 B
Python
|
import ctypes
|
||
|
_SDL = ctypes.cdll.LoadLibrary('/usr/local/lib/libSDL-1.3.so.0.0.0')
|