mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 22:02:58 -06:00
6 lines
340 B
Text
6 lines
340 B
Text
for further infos see Py package
|
|
|
|
modules.cppi
|
|
it's a special cpp file that is included in the main.cpp, where the python environment is set up.
|
|
it serves greater separation und enables great speedup of compilation since all template helpers
|
|
for export are handled in separate cpp files. this file shouldnt be included anywhere else.
|