# | Line 4 | Line 4 | |
---|---|---|
4 | // | |
5 | // $Id$ | |
6 | ||
7 | < | #include <iostream> |
7 | > | #include <menes-app/simple.hpp> |
8 | ||
9 | #include "BeepRemote.hpp" | |
10 | ||
11 | < | int main(int argc, char* argv[]) |
11 | > | int Main(const app::Options& options) |
12 | { | |
13 | – | std::vector<std::string> list; |
14 | – | |
15 | – | for (int index(1); index != argc; ++index) |
16 | – | list.push_back(argv[index]); |
17 | – | |
13 | BeepRemote bmp; | |
14 | ||
20 | – | bmp.PlaylistAdd(list); |
21 | – | |
15 | return 0; | |
16 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |