mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-25 00:20:16 +00:00
7 lines
138 B
C++
7 lines
138 B
C++
#include "game/opcodes.hpp"
|
|
|
|
namespace wowee {
|
|
namespace game {
|
|
// Opcodes are defined in header
|
|
} // namespace game
|
|
} // namespace wowee
|