Discman
Loading...
Searching...
No Matches
main.cc
Go to the documentation of this file.
1
6
7#include "application.h"
8
9int main (int argc, char **argv)
10{
11 Application app(argc, argv);
12
13 app.run();
14
15 return 0;
16}
Captures the Discman application global scope.
Definition application.h:39
void run()
Runs Discman.
int main(int argc, char **argv)
Definition main.cc:9