b1d15c51bc
* Deprecates GDNative in favor of a simpler, lower level interface. * New extension system allows registering core engine classes. * Simple header interface in gdnative_interace.h
7 lines
125 B
Python
7 lines
125 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env_extension = env.Clone()
|
|
|
|
env_extension.add_source_files(env.core_sources, "*.cpp")
|