Kenix3 / libultraship

Porting games to the PC
MIT License
123 stars 79 forks source link

Class headers should be included via the `"ship/"` or `"libultraship/"` directory. #580

Open Kenix3 opened 6 months ago

Kenix3 commented 6 months ago

Most of this should be able to be done in cmake. This can be done after the libultraship/shipdk split.

briaguya-ai commented 3 months ago

Steps:

  1. Restructure /src directory to have fast/lus/ship subdirectories, put appropriate files in each spot
  2. Move all headers out of /src into /include mirroring the directory structure of /src
briaguya-ai commented 3 months ago

blocked by https://github.com/Kenix3/libultraship/issues/591

briaguya-ai commented 3 weeks ago

https://github.com/Kenix3/libultraship/blob/main/src/resource/ResourceType.h needs to turn into 2 files