Skip to content

Enhancement: Move global constants and typedefs to consts.hpp #80

@phuang1024

Description

@phuang1024

Is your feature request related to a problem? Please describe.

Right now, if a file needs to use a typedef like U64, it needs to include bitboard.hpp, even though it will not use any functions relating to bitboards.

Describe the solution you'd like

A file consts.hpp which contains all global typedefs and constants.
It can also contain DEBUG, which is currently in debug.hpp.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions