forked from KolibriOS/kolibrios
11 lines
146 B
C
11 lines
146 B
C
#ifndef TITLESCREEN_H
|
|
#define TITLESCREEN_H
|
|
|
|
#ifdef EMSCRIPTEN
|
|
void titleScreenSetup();
|
|
int titleEMStep();
|
|
#else
|
|
int titleScreen();
|
|
#endif
|
|
|
|
#endif |