mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-19 17:46:11 +00:00
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
8 lines
125 B
Python
8 lines
125 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env_extension = env.Clone()
|
|
|
|
env_extension.add_source_files(env.core_sources, "*.cpp")
|