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

Missing ALLEGRO_ constants #47

Open
katastic opened this issue Oct 4, 2018 · 1 comment
Open

Missing ALLEGRO_ constants #47

katastic opened this issue Oct 4, 2018 · 1 comment

Comments

@katastic
Copy link

katastic commented Oct 4, 2018

There are missing constants that I've had to look up in the Allegro headers and define myself. For example:

int ALLEGRO_PIXEL_FORMAT_ANY = 0;
int ALLEGRO_VSYNC = 26;
int ALLEGRO_MAX_BITMAP_SIZE = 27;

(p.s. Thanks for the hard work!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants