bloboland

view src/opt.h @ 0:e4818a3300b9

bloboland initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 15 Dec 2012 07:52:13 +0200
parents
children cfe68befb7cc
line source
1 #ifndef OPT_H_
2 #define OPT_H_
4 struct Options {
5 int xsz, ysz;
6 bool stereo;
7 };
9 bool parse_opt(int argc, char **argv);
11 #endif // OPT_H_