Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move DiscIO enums to a new file #3983

Merged
merged 1 commit into from
Jul 13, 2016
Merged

Commits on Jul 13, 2016

  1. Move DiscIO enums to a new file

    At first there weren't many enums in Volume.h, but the number has been
    growing, and I'm planning to add one more for regions. To not make
    Volume.h too large, and to avoid needing to include Volume.h in code
    that doesn't use volume objects, I'm moving the enums to a new file.
    I'm also turning them into enum classes while I'm at it.
    JosJuice committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    0a15aaa View commit details
    Browse the repository at this point in the history