retep998 / Vana

Git mirror of the svn repo for Vana, a MapleStory private server written in C++.
GNU General Public License v2.0
75 stars 34 forks source link

Convert #define's for CMSG/SMSG to enum #23

Open diamondo25 opened 7 years ago

diamondo25 commented 7 years ago

Using an enum we'll have less issues with keeping track of the opcodes, making updating easier.