mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 04:26:10 +02:00
20 lines
483 B
C++
20 lines
483 B
C++
//
|
|
// EntityTests.h
|
|
// tests/octree/src
|
|
//
|
|
// Created by Brad Hefta-Gaub on 06/04/2014.
|
|
// Copyright 2014 High Fidelity, Inc.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
//
|
|
|
|
#ifndef hifi_EntityTests_h
|
|
#define hifi_EntityTests_h
|
|
|
|
namespace EntityTests {
|
|
void modelTreeTests(bool verbose = false);
|
|
void runAllTests(bool verbose = false);
|
|
}
|
|
|
|
#endif // hifi_EntityTests_h
|