]> git.sesse.net Git - nageru/blob - flags.h
Properly reset the PBO setting in Mixer::bm_frame(), so new textures are properly...
[nageru] / flags.h
1 #ifndef _FLAGS_H
2 #define _FLAGS_H
3
4 struct Flags {
5         int num_cards = 2;
6 };
7 extern Flags global_flags;
8
9 void parse_flags(int argc, char * const argv[]);
10
11 #endif  // !defined(_FLAGS_H)