I have put each function in own file.
How do i include all those functions at once without repeating #include for each file manually? I dont care at which order the functions are included.
Edit: All the functions from hundreds of different files belongs to the same group. Actually each file has 4 functions...