SDL_Init Flags

Started by
1 comment, last by Yamian 19 years, 6 months ago
if I were making my own function for using SDL_Init, how could I get the addresses of the already existing flags for it. I looked in the SDL header and it gives a memory address, but what data type is that?
Advertisement
The flags aren't memory addresses, they're just numbers. And the type is probably unsigned long or unsigned int.
nvrnmd, I got it, their Uint32. Srry to post.

This topic is closed to new replies.

Advertisement