Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. #ifndef INVENTORY_H
  2. #define INVENTORY_H
  3.  
  4. #ifdef EMSCRIPTEN
  5. void inventorySetup();
  6. int inventoryEMStep();
  7. #else
  8. void inventory();
  9. #endif
  10. int inventoryStep();
  11. void inventoryDraw();
  12.  
  13. #endif