mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-22 17:07:20 +01:00
9 lines
273 B
Plaintext
9 lines
273 B
Plaintext
|
Import('env')
|
||
|
|
||
|
env.add_source_files(env.modules_sources,"register_types.cpp")
|
||
|
|
||
|
env.add_source_files(env.modules_sources,"touch_button.cpp")
|
||
|
env.add_source_files(env.modules_sources,"bs_input_event_key.cpp")
|
||
|
|
||
|
env.add_source_files(env.modules_sources,"input_map_editor.cpp")
|