8 lines
381 B
C
8 lines
381 B
C
#define NUM_RESOURCES 6
|
|
|
|
#define RES_coin.wav 0x00000000 // Embedded as WAVE
|
|
#define RES_raylib_logo.gif 0x00000001 // Embedded as IMAGE
|
|
#define RES_raylib_logo.jpg 0x00000002 // Embedded as IMAGE
|
|
#define RES_raylib_logo.png 0x00000003 // Embedded as IMAGE
|
|
#define RES_raylib_logo.tga 0x00000004 // Embedded as IMAGE
|
|
#define RES_tanatana.ogg 0x00000005 // Embedded as VORBIS
|