mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Tools: Added universal TrinityCore banner with git version info to all tools
This commit is contained in:
@@ -20,9 +20,12 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "TileAssembler.h"
|
||||
#include "Banner.h"
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
Trinity::Banner::Show("VMAP assembler", [](char const* text) { std::cout << text << std::endl; }, nullptr);
|
||||
|
||||
if (argc != 3)
|
||||
{
|
||||
std::cout << "usage: " << argv[0] << " <raw data dir> <vmap dest dir>" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user