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

Consider Making t3f_initialize() Enable Everything By Default #18

Open
NewCreature opened this issue Sep 10, 2012 · 0 comments
Open

Consider Making t3f_initialize() Enable Everything By Default #18

NewCreature opened this issue Sep 10, 2012 · 0 comments

Comments

@NewCreature
Copy link
Owner

We would just make the T3F_DEFAULT setting enable everything. The user could then disable individual features by doing 'T3F_DEFAULT & ~(T3F_USE_SOUND | T3F_USE_MOUSE)'. Most of the time you wouldn't want to disable features and you could use the flags returned by t3f_initialize() to determine if a needed feature failed to initialize. You could also enable each feature you want as before. The idea is to make it simple to start using, with few hurdles to accessing all of the functionality of the framework and Allegro.

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

1 participant