// -*-c++-*-
// SPDX-License-Identifier: LGPL-2.1-only
// Copyright (C) 2021 James Hogan <james@albanarts.com>

#ifndef OSGXR_osgXR
#define OSGXR_osgXR 1

#include <osgXR/Export>

#include <osgViewer/Viewer>

#include <cstdint>
#include <string>

namespace osgXR {

void OSGXR_EXPORT setupViewerDefaults(osgViewer::Viewer *viewer,
                                      const std::string &appName,
                                      uint32_t appVersion);

}

#endif
