Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. #ifndef OPTIONS_H
  2. #define OPTIONS_H
  3.  
  4. #ifdef EMSCRIPTEN
  5. void optionsSetup(int only);
  6. int optionsEMStep();
  7. #else
  8. int options(int only);
  9. #endif
  10.  
  11. int optionsStep();
  12. void optionsDraw();
  13. #ifdef _SDL
  14. int getMusicType();
  15. void setMusicType(int t);
  16. #endif
  17.  
  18. #endif