add pythonic wrapper, pyray
This commit is contained in:
parent
18f3fdfe18
commit
3a8d764408
7 changed files with 113 additions and 56 deletions
|
@ -2,7 +2,7 @@
|
|||
"""
|
||||
__version__ = '0.1'
|
||||
|
||||
from ..static import ffi, rl
|
||||
from ..static import ffi, rl, prl
|
||||
#from ..dynamic import ffi, raylib as rl
|
||||
from ..colors import *
|
||||
|
||||
|
|
Reference in a new issue