diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-10 21:33:00 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-10 21:37:01 +0100 |
commit | c3e0eaf45432f62b423cee2170a09b5d1aac135b (patch) | |
tree | 71da9bdcb5b55a5fb71fab5aef524ab12c1330d4 /constantes.h | |
parent | d98cf9e97a61b175649fa9fe656cb8ec2874686c (diff) |
allow to pass the resolution as arguments
example (for my netbook):
$ ./a.out 1024 600
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'constantes.h')
-rw-r--r-- | constantes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/constantes.h b/constantes.h index dc647ba..eb530f9 100644 --- a/constantes.h +++ b/constantes.h @@ -5,9 +5,6 @@ #define OPTIONS 1 #define QUITTER 2 -#define XWIN 1024 -#define YWIN 768 - enum character_class_t { CLASS_INVAL = -1, |