mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-07 06:39:17 -05:00
Corrected some issues
Now works in WEB!
This commit is contained in:
@ -38,7 +38,8 @@ GameScreen currentScreen;
|
||||
SpriteFont font;
|
||||
Music music;
|
||||
int endingStatus; // 1 - Win, 2 - Lose
|
||||
//char *sampleFilename;
|
||||
|
||||
char *sampleFilename; // Required for custom music file
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" { // Prevents name mangling of functions
|
||||
|
||||
Reference in New Issue
Block a user