OnlineCop / kq-fork

Fork of KQ r910. Just for fun.
GNU General Public License v2.0
15 stars 9 forks source link

Move some enums into enums.h #151

Closed OnlineCop closed 2 years ago

OnlineCop commented 2 years ago

I'm hesitant to move all enums into the enums.h file, but it might be good until a few more refactors are completed.

There were also a few other changes only loosely related to enums (like kq.cpp magic number 8 to MAXCHRS, or loops changed from 0..R_TOTAL_RES to looping from one eResistance name to another).