v-olin / ShardPlusPlus

The game-engine "Shard" from the course "TDA572 / DIT572 Game engine architecture" rewritten in C++ and extended with new features.
4 stars 0 forks source link

Fix dllexports #30

Closed v-olin closed 9 months ago

v-olin commented 9 months ago

Istället för att exportera hela klasser så borde vi bara exportera member-functions för att ta bort C4251 varningar.

Jag tror det också potentiellt hade gett oss mindre linker errors.