gbowne1 / StarshipAscension

A C++ Space and Starship game in a 80x24 space
GNU General Public License v3.0
6 stars 0 forks source link

Fixed Issues & Added Cross-Platform Compiling #10

Closed Karutoh closed 1 year ago

Karutoh commented 1 year ago

I fixed some file that had cross-dependency issues. Removed platform-specific config files and lines in CMakeLists. Fixed some files having definitions in the wrong places. Finally I added missing declarations as well.

This application will now successfully build.