# | Line 16 | Line 16 | |
---|---|---|
16 | #include <menes-api/console.hpp> | |
17 | #include <menes-ext/string.hpp> | |
18 | ||
19 | + | extern "C" |
20 | + | { |
21 | + | #include <unistd.h> |
22 | + | } |
23 | + | |
24 | + | class Daemon; |
25 | + | |
26 | class Spectre2 | |
27 | { | |
28 | private: | |
# | Line 25 | Line 32 | public: | |
32 | ~Spectre2(); | |
33 | static ext::String program; | |
34 | static bool debug; | |
35 | + | static ext::Vector<Daemon*> daemons; |
36 | }; | |
37 | ||
38 | #endif // _Spectre2_hpp_ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |