BMP module

This commit is contained in:
Saracen
2018-04-30 01:25:46 +01:00
parent dc7ed4b547
commit e30b0656e8
6 changed files with 370 additions and 0 deletions

9
modules/bmp/SCsub Normal file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env python
Import('env')
Import('env_modules')
env_bmp = env_modules.Clone()
# Godot's own source files
env_bmp.add_source_files(env.modules_sources, "*.cpp")