// Copyright (c) 2008-2023 the Urho3D project // License: MIT #include #include using namespace Urho3D; int main(int argc, char* argv[]) { std::cout << GetRevision() << "\n" << GetCompilerDefines(); }