Bike-X  0.8
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
main.cpp
Go to the documentation of this file.
1 #include <Bikex.h>
2 
3 int main()
4 {
5  Bikex b;
6  b.init();
7  b.play();
8  return 0;
9 }
void play()
Definition: Bikex.cpp:163
Definition: Bikex.h:20
int main()
Definition: main.cpp:3
void init()
Definition: Bikex.cpp:66