mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-13 19:53:02 -04: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);
|
|
}
|