diff options
Diffstat (limited to 'src/options.h')
| -rw-r--r-- | src/options.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 42caa53..7fe2633 100644 --- a/src/options.h +++ b/src/options.h | |||
| @@ -3,6 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | #include <bu/singleton.h> | 4 | #include <bu/singleton.h> |
| 5 | #include <bu/string.h> | 5 | #include <bu/string.h> |
| 6 | #include <bu/array.h> | ||
| 6 | 7 | ||
| 7 | class Options : public Bu::Singleton<Options> | 8 | class Options : public Bu::Singleton<Options> |
| 8 | { | 9 | { |
| @@ -15,6 +16,8 @@ public: | |||
| 15 | void parse( int argc, char *argv[] ); | 16 | void parse( int argc, char *argv[] ); |
| 16 | 17 | ||
| 17 | Bu::String sFile; | 18 | Bu::String sFile; |
| 19 | |||
| 20 | int version( Bu::Array<Bu::String> aArgs ); | ||
| 18 | }; | 21 | }; |
| 19 | 22 | ||
| 20 | #endif | 23 | #endif |
