lethal-guitar / RigelEngine

A modern re-implementation of the classic DOS game Duke Nukem II
GNU General Public License v2.0
920 stars 60 forks source link

Rename directory `src/loader` to `src/assets` #823

Closed naftalimurgor closed 2 years ago

naftalimurgor commented 2 years ago

PR Summary

  1. Rename src/loader to src/assets
  2. Update includes from loader to assets
  3. Update CMake file to include assets
  4. Change namespace from loader to assets
  5. Adapt client code to use namespace assets

Closes #819

lethal-guitar commented 2 years ago

Thanks a lot for the PR! 👍🏻 Changes all look good, I'll merge it later today 🙂

lethal-guitar commented 2 years ago

Merged, congratulations on your first PR and thanks again for your contribution, I appreciate it! 👍🏻

naftalimurgor commented 2 years ago

Welcome! Glad I could help.