2 * Copyright 2014, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * All Rights Reserved. Distributed under the terms of the MIT License.
5 #ifndef COMMON_OPTIONS_H
6 #define COMMON_OPTIONS_H
9 #include <SupportDefs.h>
23 int32
DebugLevel() const
24 { return fDebugLevel
; }
25 void SetDebugLevel(int level
)
26 { fDebugLevel
= level
; }
28 bool HandleOption(int option
);
35 #endif // COMMON_OPTIONS_H