mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
9 lines
210 B
C++
9 lines
210 B
C++
#include "BnetCodeGenerator.h"
|
|
#include <google/protobuf/compiler/plugin.h>
|
|
|
|
int main(int argc, char* argv[])
|
|
{
|
|
BnetCodeGenerator gen;
|
|
return google::protobuf::compiler::PluginMain(argc, argv, &gen);
|
|
}
|