Commits
Andrew Stromnov authored 10f6fdba05d
1 - | --- pymunk/_chipmunk.py.orig 2012-03-26 16:58:17.000000000 +0400 |
2 - | +++ pymunk/_chipmunk.py 2012-03-26 16:58:26.000000000 +0400 |
3 - | |
4 - | STRING = c_char_p |
5 - | |
6 - | from .libload import load_library, platform_specific_functions |
7 - | -_lib_debug = True #Set to True to print the Chipmunk path. |
8 - | +_lib_debug = False #Set to True to print the Chipmunk path. |
9 - | chipmunk_lib = load_library("chipmunk", print_path=_lib_debug) |
10 - | function_pointer = platform_specific_functions()['function_pointer'] |
11 - |