zenorogue / noteye

A frontend to modify the input/output of console and libtcod roguelikes.
GNU General Public License v3.0
55 stars 14 forks source link

Header problems #2

Closed orbisvicis closed 8 years ago

orbisvicis commented 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.