Hello,
It would be great if someone can help, I want to combine 3 separate exe files in one game and I tried to do it with 3 separate folders containing one acknex.dll file in each and this code at the beggining of each main.c script:
#define PRAGMA_PLUGIN "A_dll\\acknex.dll"; //(B_dll, C_dll)
..but it's not working. Any idea how to do this?