caveman2cosmos / Caveman2Cosmos

The most expansive mod for Civilization IV: Beyond the Sword.
https://forums.civfanatics.com/forums/civ4-caveman-2-cosmos.449
59 stars 46 forks source link

Sort DllExport declarations. #199

Open billw2012 opened 5 years ago

billw2012 commented 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.

MattOttawa commented 4 years ago

All extra DllExport declarations were removed by Anq. I will group the remainders together as suggested.