[SOLVED] How can I make an include file for my scripts - SOLVED THANKS

you have just to create a “variables.pde” file and put in your main skecth folder.

all the others pde source files automatically will see the contents of “variables.pde” without the need to use a clause as #include.

2 Likes