- Регистрация
- 16.06.2016
- Сообщения
- 14
- Благодарностей
- 1
- Баллы
- 1
Hello,
I know, there is project in project option, but each function must have another file on disk.
I would like to make own library in which I will have all function which I need. It will be much more readable.
1. How to make own library (with functions) and include it to Project Maker?
2. How to reference from this function to local variables, or maybe sending variables through function like in C#
in main project;
function(a,b);
Could you post some examples.
I know, there is project in project option, but each function must have another file on disk.
I would like to make own library in which I will have all function which I need. It will be much more readable.
1. How to make own library (with functions) and include it to Project Maker?
2. How to reference from this function to local variables, or maybe sending variables through function like in C#
in main project;
function(a,b);
Could you post some examples.