X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgame.h;h=c61ccb0deca067b045771a894f8d091d58e0fb6d;hb=92fb08c674a95e1b14de3dc21c718444be91aac5;hp=0e263bffe56810afb104e0f515d624b24a5ff35d;hpb=ee39e383f97259441df726c76cf26dcef7e9c054;p=cyberay diff --git a/src/game.h b/src/game.h index 0e263bf..c61ccb0 100644 --- a/src/game.h +++ b/src/game.h @@ -3,6 +3,13 @@ #include "level.h" +struct options { + int width, height; +}; + extern struct level lvl; +extern struct options opt; + +int init_options(int argc, char **argv); #endif /* GAME_H_ */