Open billw2012 opened 5 years ago
If there are any!
See here: https://forums.civfanatics.com/threads/avoid-creating-bugs-from-the-exe-calling-the-dll.639167/
Also sort all class interfaces so DllExport interface is in one section, separate from other functions.
This will make it clear again which functions we are free to change the signatures of, or remove entirely.
All extra DllExport declarations were removed by Anq. I will group the remainders together as suggested.
If there are any!
See here: https://forums.civfanatics.com/threads/avoid-creating-bugs-from-the-exe-calling-the-dll.639167/
Also sort all class interfaces so DllExport interface is in one section, separate from other functions.
This will make it clear again which functions we are free to change the signatures of, or remove entirely.