ProjectSkyfire / SkyFire.406a

SkyFireEMU is a full featured F/OSS World of Warcraft: Cataclysm emulator written in C++. || Compatible with World of Warcraft client 4.0.6a (Build:13623) || Public DB is located on forum
http://www.projectskyfire.org
GNU General Public License v3.0
343 stars 218 forks source link

reserved identifier violation #883

Closed elfring closed 11 years ago

elfring commented 11 years ago

I would like to point out that identifiers like "__ADDONHANDLER_H" and "_FOLLOWERREFERENCE_H" do not fit to the expected naming convention of the C++ language standard. Would you like to adjust your selection for unique names?

Bootz commented 11 years ago

these are safe for now, generic naming. these all point back to original NameSpacing defined in src\server\shared