forked from KolibriOS/kolibrios
74e4f2673b
git-svn-id: svn://kolibrios.org@9566 a494cfbc-eb01-0410-851d-a64ba20cac60
13 lines
186 B
C
13 lines
186 B
C
#ifndef INVENTORY_H
|
|
#define INVENTORY_H
|
|
|
|
#ifdef EMSCRIPTEN
|
|
void inventorySetup();
|
|
int inventoryEMStep();
|
|
#else
|
|
void inventory();
|
|
#endif
|
|
int inventoryStep();
|
|
void inventoryDraw();
|
|
|
|
#endif |