Initial commit: wowee native WoW 3.3.5a client

This commit is contained in:
Kelsi 2026-02-02 12:24:50 -08:00
commit ce6cb8f38e
147 changed files with 32347 additions and 0 deletions

7
src/game/opcodes.cpp Normal file
View file

@ -0,0 +1,7 @@
#include "game/opcodes.hpp"
namespace wowee {
namespace game {
// Opcodes are defined in header
} // namespace game
} // namespace wowee