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