app.h 88 B

12345678910
  1. #ifndef BB_MOJO_APP_H
  2. #define BB_MOJO_APP_H
  3. namespace bbApp{
  4. void init();
  5. }
  6. #endif