IRMP-org / IRMP

Infrared Multi Protocol Decoder
GNU General Public License v3.0
267 stars 43 forks source link

Added struct name to allow for forward declaration. #29

Closed Adamcbrz closed 3 years ago

Adamcbrz commented 3 years ago

I was prevented from doing a forward declaration of IRMP_DATA in my .h file because it didn't have a name unlike the non 32 bit version. So just added the name to allow me to do a forward declaration in my .h file.