Closed orbisvicis closed 8 years ago
noteye.h: shouldn't there be a #ifndef NOAUDIO/#endif around the Sound:Object and Music:Object structs? Also currently LIBTCOD must be defined for those objects to work (ie SDL_mixer imported) due to the #ifndef TCOD guard around the imports.
noteye.h
#ifndef NOAUDIO
#endif
Sound:Object
Music:Object
LIBTCOD
#ifndef TCOD
noteye.h
: shouldn't there be a#ifndef NOAUDIO
/#endif
around theSound:Object
andMusic:Object
structs? Also currentlyLIBTCOD
must be defined for those objects to work (ie SDL_mixer imported) due to the#ifndef TCOD
guard around the imports.