split project into static and dynamic modules

This commit is contained in:
Richard Smith 2019-05-24 04:31:48 +01:00
parent 55dca44b4a
commit b6b9054d0d
28 changed files with 188 additions and 161 deletions

View file

@ -9,7 +9,7 @@
# *
# ********************************************************************************************/
from raylib import *
from raylib.static import *
# Initialization
# --------------------------------------------------------------------------------------