mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-20 10:56:50 +01:00
Relintai
92600420ba
-TokageItLab, lyuma
f2e9867e9f
- It still has some issues, as this one works differently than the 3.x version, they will be fixed later.
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.modules_sources,"register_types.cpp")
|
|
|
|
if env["tools"]:
|
|
env.add_source_files(env.modules_sources, "skeleton_editor_plugin.cpp")
|
|
|